Show / Hide Table of Contents

Class Ancestor

Identifying information for a single ancestor of a project.

Inheritance
System.Object
Ancestor
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudResourceManager.v1.Data
Assembly: Google.Apis.CloudResourceManager.v1.dll
Syntax
public class Ancestor : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ResourceId

Resource id of the ancestor.

Declaration
[JsonProperty("resourceId")]
public virtual ResourceId ResourceId { get; set; }
Property Value
Type Description
ResourceId

Implements

IDirectResponseSchema
In This Article
Back to top