Class GetAncestryResponse
Response from the projects.getAncestry method.
Implements
Inherited Members
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 |