Class Ancestor
Identifying information for a single ancestor of a project.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v1beta1.Data
Assembly: Google.Apis.CloudResourceManager.v1beta1.dll
Syntax
public class Ancestor : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceId
Resource id of the ancestor.
Declaration
[JsonProperty("resourceId")]
public virtual ResourceId ResourceId { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |