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 page details the `CreateCustomerRequest` class within the `Google.Cloud.Channel.V1` namespace, used for creating a customer via the `CloudChannelService.CreateCustomer` method."],["Version 2.14.0 is the latest available version, with historical versions back to 1.0.0 also accessible for the `CreateCustomerRequest` class."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `CreateCustomerRequest` object as a parameter."],["It contains properties such as `Customer`, which is the required customer object to create, and `Parent`, which specifies the reseller account's resource name."]]],[]]