public sealed class UpdateCustomerRequest : IMessage<UpdateCustomerRequest>, IEquatable<UpdateCustomerRequest>, IDeepCloneable<UpdateCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class UpdateCustomerRequest.
[[["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-06-12 UTC."],[[["This document provides reference information for the `UpdateCustomerRequest` class within the Cloud Controls Partner v1beta API, specifically for the .NET environment."],["The `UpdateCustomerRequest` class is designed to handle requests for updating customer details and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is available in two versions, with `1.0.0-beta04` being the latest version, and it inherits from the base `object` class, along with three inherited members."],["The class contains two constructors, a default constructor and one that takes another `UpdateCustomerRequest` object, and has two primary properties, `Customer` to specify the customer to be updated and `UpdateMask` to specify the fields to be updated."],["The required `Customer` property utilizes a specific format: `organizations/{organization}/locations/{location}/customers/{customer}`, and the optional `UpdateMask` property uses the `FieldMask` type."]]],[]]