Cloud Controls Partner v1beta API - Class CreateCustomerRequest (1.0.0-beta04)

public sealed class CreateCustomerRequest : IMessage<CreateCustomerRequest>, IEquatable<CreateCustomerRequest>, IDeepCloneable<CreateCustomerRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Controls Partner v1beta API class CreateCustomerRequest.

Request to create a customer

Inheritance

object > CreateCustomerRequest

Namespace

Google.Cloud.CloudControlsPartner.V1Beta

Assembly

Google.Cloud.CloudControlsPartner.V1Beta.dll

Constructors

CreateCustomerRequest()

public CreateCustomerRequest()

CreateCustomerRequest(CreateCustomerRequest)

public CreateCustomerRequest(CreateCustomerRequest other)
Parameter
Name Description
other CreateCustomerRequest

Properties

Customer

public Customer Customer { get; set; }

Required. The customer to create.

Property Value
Type Description
Customer

CustomerId

public string CustomerId { get; set; }

Required. The customer id to use for the customer, which will become the final component of the customer's resource name. The specified value must be a valid Google cloud organization id.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent resource Format: organizations/{organization}/locations/{location}

Property Value
Type Description
string

ParentAsOrganizationLocationName

public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }

OrganizationLocationName-typed view over the Parent resource name property.

Property Value
Type Description
OrganizationLocationName