public sealed class CreateCustomerRequest : IMessage<CreateCustomerRequest>, IEquatable<CreateCustomerRequest>, IDeepCloneable<CreateCustomerRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Controls Partner v1beta API class CreateCustomerRequest.
Request to create a customer
Implements
IMessageCreateCustomerRequest, IEquatableCreateCustomerRequest, IDeepCloneableCreateCustomerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
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 | |