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."],[[["This webpage details the `CreateCustomerRequest` class, which is used to send a request to the CloudChannelService for creating a new customer."],["The latest version of the `CreateCustomerRequest` documentation available is 2.14.0, with many older versions, from 2.13.0 to 1.0.0, also accessible via provided links."],["The `CreateCustomerRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The class has two constructors: a default constructor `CreateCustomerRequest()` and a copy constructor `CreateCustomerRequest(CreateCustomerRequest other)`."],["It contains two key properties: `Customer`, representing the customer object to be created, and `Parent`, the reseller account resource name where the customer will reside, both being required parameters."]]],[]]