Cloud Resource Manager v3 API - Class CreateTagValueRequest (2.4.0)

public sealed class CreateTagValueRequest : IMessage<CreateTagValueRequest>, IEquatable<CreateTagValueRequest>, IDeepCloneable<CreateTagValueRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateTagValueRequest.

The request message for creating a TagValue.

Inheritance

object > CreateTagValueRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

CreateTagValueRequest()

public CreateTagValueRequest()

CreateTagValueRequest(CreateTagValueRequest)

public CreateTagValueRequest(CreateTagValueRequest other)
Parameter
NameDescription
otherCreateTagValueRequest

Properties

TagValue

public TagValue TagValue { get; set; }

Required. The TagValue to be created. Only fields short_name, description, and parent are considered during the creation request.

Property Value
TypeDescription
TagValue

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Set as true to perform the validations necessary for creating the resource, but not actually perform the action.

Property Value
TypeDescription
bool