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 webpage provides reference documentation for the `CreateCustomerRequest` class within the Google Cloud Channel v1 API for .NET."],["The `CreateCustomerRequest` class is used as a request message for the `CloudChannelService.CreateCustomer` method, which is responsible for creating a customer."],["The latest version available for the `CreateCustomerRequest` class is 2.14.0, and the page lists all the different versions starting from version 1.0.0 to 2.14.0."],["This class inherits from the `Object` class and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateCustomerRequest` class has two constructors, one default constructor and another which takes another `CreateCustomerRequest` object as a parameter, along with two properties: `Customer` which represents the customer to create, and `Parent` that represents the reseller account's resource name."]]],[]]