Class GceTag
For use only by GCE. GceTag is a wrapper around the GCE administrative tag with parent info.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class GceTag : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
The parents(s) of the tag. Eg. projects/123, folders/456 It usually contains only one parent. But, in some corner cases, it can contain multiple parents. Currently, organizations are not supported.
Declaration
[JsonProperty("parent")]
public virtual IList<string> Parent { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Tag
The administrative_tag name.
Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
Type | Description |
---|---|
string |