Class Customer
Contains metadata around a Cloud Controls Partner Customer
Implements
Inherited Members
Namespace: Google.Apis.CloudControlsPartnerService.v1.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1.dll
Syntax
public class Customer : IDirectResponseSchema
Properties
CustomerOnboardingState
Output only. Container for customer onboarding steps
Declaration
[JsonProperty("customerOnboardingState")]
public virtual CustomerOnboardingState CustomerOnboardingState { get; set; }
Property Value
Type | Description |
---|---|
CustomerOnboardingState |
DisplayName
Required. Display name for the customer
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
IsOnboarded
Output only. Indicates whether a customer is fully onboarded
Declaration
[JsonProperty("isOnboarded")]
public virtual bool? IsOnboarded { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OrganizationDomain
Output only. The customer organization domain, extracted from CRM Organization’s display_name field. e.g. "google.com"
Declaration
[JsonProperty("organizationDomain")]
public virtual string OrganizationDomain { get; set; }
Property Value
Type | Description |
---|---|
string |