Show / Hide Table of Contents

Class GetAncestryResponse

Response from the projects.getAncestry method.

Inheritance
object
GetAncestryResponse
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.CloudResourceManager.v1beta1.Data
Assembly: Google.Apis.CloudResourceManager.v1beta1.dll
Syntax
public class GetAncestryResponse : IDirectResponseSchema

Properties

Ancestor

Ancestors are ordered from bottom to top of the resource hierarchy. The first ancestor is the project itself, followed by the project's parent, etc.

Declaration
[JsonProperty("ancestor")]
public virtual IList<Ancestor> Ancestor { get; set; }
Property Value
Type Description
IList<Ancestor>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX