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]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Version 2.14.0 is the latest version available for the Cloud Channel v1 API."],["The `CreateCustomerRequest` class is used to request the creation of a new customer within the Cloud Channel v1 API."],["The `CreateCustomerRequest` class includes properties for `Customer`, which defines the new customer, and `Parent`, which defines the reseller account where the customer should be created."],["The CreateCustomerRequest class can be found in the Google.Cloud.Channel.V1 namespace, and it implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has two constructors: a parameterless constructor, and a constructor to copy an existing `CreateCustomerRequest` object."]]],[]]