Show / Hide Table of Contents

Class NextStateOfTags

Used for calculating the next state of tags on the resource being passed for the CheckCustomConstraints RPC call. The detail evaluation of each field is described in go/op-create-update-time-tags and go/tags-in-orgpolicy-requests.

Inheritance
object
NextStateOfTags
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class NextStateOfTags : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TagsFullState

Declaration
[JsonProperty("tagsFullState")]
public virtual TagsFullState TagsFullState { get; set; }
Property Value
Type Description
TagsFullState

TagsFullStateForChildResource

Declaration
[JsonProperty("tagsFullStateForChildResource")]
public virtual TagsFullStateForChildResource TagsFullStateForChildResource { get; set; }
Property Value
Type Description
TagsFullStateForChildResource

TagsPartialState

Declaration
[JsonProperty("tagsPartialState")]
public virtual TagsPartialState TagsPartialState { get; set; }
Property Value
Type Description
TagsPartialState

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX