public sealed class CreateTagHoldRequest : IMessage<CreateTagHoldRequest>, IEquatable<CreateTagHoldRequest>, IDeepCloneable<CreateTagHoldRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateTagHoldRequest.
The request message to create a TagHold.
Implements
IMessageCreateTagHoldRequest, IEquatableCreateTagHoldRequest, IDeepCloneableCreateTagHoldRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
CreateTagHoldRequest()
public CreateTagHoldRequest()
CreateTagHoldRequest(CreateTagHoldRequest)
public CreateTagHoldRequest(CreateTagHoldRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateTagHoldRequest |
Properties
Parent
public string Parent { get; set; }
Required. The resource name of the TagHold's parent TagValue. Must be of
the form: tagValues/{tag-value-id}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsTagValueName
public TagValueName ParentAsTagValueName { get; set; }
TagValueName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
TagValueName |
TagHold
public TagHold TagHold { get; set; }
Required. The TagHold to be created.
Property Value | |
---|---|
Type | Description |
TagHold |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. Set to true to perform the validations necessary for creating the resource, but not actually perform the action.
Property Value | |
---|---|
Type | Description |
bool |