Class OrganizationOwner
The entity that owns an Organization. The lifetime of the Organization and all of its descendants are bound to
the OrganizationOwner
. If the OrganizationOwner
is deleted, the Organization and all its descendants will be
deleted.
Inheritance
System.Object
OrganizationOwner
Implements
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.v1beta1.Data
Assembly: Google.Apis.CloudResourceManager.v1beta1.dll
Syntax
public class OrganizationOwner : IDirectResponseSchema
Properties
DirectoryCustomerId
The G Suite customer id used in the Directory API.
Declaration
[JsonProperty("directoryCustomerId")]
public virtual string DirectoryCustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |