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-01 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 documented is 2.14.0, and there are 23 different versions available, ranging from version 1.0.0 up to the latest 2.14.0."],["The class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes two constructors for the class, a parameterless one, and another that takes another `CreateCustomerRequest` object as a parameter."]]],[]]