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 page includes links to documentation for different versions of the API, ranging from version 1.0.0 to the latest version, 2.14.0, showing their respective CreateCustomerRequest documentation."],["The CreateCustomerRequest class requires 'Customer' and 'Parent' properties that take specific types."],["This class inherits from object and implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]