Show / Hide Table of Contents

Class Customer

Contains metadata around a Cloud Controls Partner Customer

Inheritance
object
Customer
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudControlsPartnerService.v1beta.Data
Assembly: Google.Apis.CloudControlsPartnerService.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX