public sealed class CreateCustomerRequest : IMessage<CreateCustomerRequest>, IEquatable<CreateCustomerRequest>, IDeepCloneable<CreateCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class CreateCustomerRequest.
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-17 UTC."],[[["This webpage provides reference documentation for the `CreateCustomerRequest` class within the Google Cloud Channel v1 API for .NET, with the current context being version 2.8.0."],["The `CreateCustomerRequest` class is used to send a request to create a customer in the Cloud Channel Service, as defined within its documentation."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members like `GetHashCode()`, `GetType()` and `ToString()`."],["The class has properties such as `Customer`, which represents the customer to be created, and `Parent`, which represents the reseller account's resource name where the customer will be created, both of which are required for the request."],["This content also documents older versions of the `CreateCustomerRequest`, with version 2.14.0 being the latest and version 1.0.0 being the oldest documented version."]]],[]]