Class GoogleWorkspaceAccount
A Google Workspace customer.
Implements
Inherited Members
Namespace: Google.Apis.AndroidProvisioningPartner.v1.Data
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class GoogleWorkspaceAccount : IDirectResponseSchema
Properties
CustomerId
Required. The customer ID.
Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { 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 |
PreProvisioningTokens
Output only. The pre-provisioning tokens previously used to claim devices.
Declaration
[JsonProperty("preProvisioningTokens")]
public virtual IList<string> PreProvisioningTokens { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |