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.
Implements
Inherited Members
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 |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |