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-04-09 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 release for the `CreateCustomerRequest` class, while version 1.1.0 is the current context of this documentation."],["This class, inheriting from `Object`, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two properties: `Customer`, which represents the customer to be created, and `Parent`, which is the resource name of the reseller account."],["There are two constructors provided for `CreateCustomerRequest`, one default and one that accepts another `CreateCustomerRequest` object."]]],[]]