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-03-21 UTC."],[[["This page provides documentation for the `CreateCustomerRequest` class within the Google Cloud Channel v1 API, specifically for version 2.9.0."],["The `CreateCustomerRequest` class is used to create a new customer and is part of the `Google.Cloud.Channel.V1` namespace in the .NET library."],["It lists the various available versions of the `CreateCustomerRequest` documentation, ranging from version 1.0.0 to the latest 2.14.0."],["`CreateCustomerRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties such as `Customer` and `Parent`, with `Parent` being the resource name of the reseller account where the customer is to be created, and `Customer` is the Customer object that's required."]]],[]]