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 `CreateCustomerRequest` class is used to create a request for the `CloudChannelService.CreateCustomer` method within the Google Cloud Channel API."],["Version 2.14.0 is the latest available version, while version 1.4.0 is the main one associated with the majority of the provided content, and there are many previous versions available for review."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateCustomerRequest\u003e`, `IDeepCloneable\u003cCreateCustomerRequest\u003e`, and `IBufferMessage`."],["The `CreateCustomerRequest` class has properties for setting the `Customer` object and the `Parent` string, which represents the reseller account where the customer will be created."],["The `CreateCustomerRequest` has two constructors: a default parameterless constructor, and one that accepts another `CreateCustomerRequest` object as a parameter."]]],[]]