public sealed class CreateCustomerRequest : IMessage<CreateCustomerRequest>, IEquatable<CreateCustomerRequest>, IDeepCloneable<CreateCustomerRequest>, IBufferMessage, IMessage
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."],[[["The webpage documents the `CreateCustomerRequest` class within the `Google.Cloud.Channel.V1` namespace, part of the `Google.Cloud.Channel.V1.dll` assembly, showcasing its use in requesting the creation of a customer."],["This class is implemented to have properties such as `Customer`, representing the customer to be created, and `Parent`, representing the resource name of the reseller account where the customer is being created."],["`CreateCustomerRequest` implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from `Object`, and it is used for the `CloudChannelService.CreateCustomer` method."],["The documentation shows a list of available versions, ranging from the latest `2.14.0` down to `1.0.0`, each linking to the `CreateCustomerRequest` documentation within the associated version."],["There are two constructors for the class, a default `CreateCustomerRequest()` and one accepting another `CreateCustomerRequest` as the parameter."]]],[]]