Show / Hide Table of Contents

Class GceTag

For use only by GCE. GceTag is a wrapper around the GCE administrative tag with parent info.

Inheritance
object
GceTag
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.Appengine.v1alpha.Data
Assembly: Google.Apis.Appengine.v1alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX