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 latest version available for `CreateCustomerRequest` is 2.14.0, with several older versions also accessible, ranging from 2.13.0 down to 1.0.0."],["`CreateCustomerRequest` is a request message used by `CloudChannelService.CreateCustomer` within the `Google.Cloud.Channel.V1` namespace."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateCustomerRequest` class contains two constructors, a default constructor and one that takes another `CreateCustomerRequest` object, and has properties to define the `Customer` and `Parent` for the creation process."],["The `Customer` property defines the customer to be created, while the `Parent` property defines the reseller account where the customer will reside."]]],[]]