Cloud Channel v1 API - Class CreateCustomerRequest (2.13.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class CreateCustomerRequest.

Request message for [CloudChannelService.CreateCustomer][google.cloud.channel.v1.CloudChannelService.CreateCustomer]

Inheritance

object > CreateCustomerRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.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

Parent

public string Parent { get; set; }

Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.