public sealed class UpdateRegistrationRequest : IMessage<UpdateRegistrationRequest>, IEquatable<UpdateRegistrationRequest>, IDeepCloneable<UpdateRegistrationRequest>, IBufferMessage, IMessage
Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the labels are being updated, the update_mask is
"labels".
[[["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."],[[["Version 2.4.0 is the latest release, with multiple previous versions including 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0 also available."],["`UpdateRegistrationRequest` is a class within the `Google.Cloud.Domains.V1` namespace and serves as a request for the `UpdateRegistration` method."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UpdateRegistrationRequest` class has two constructors and includes properties like `Registration`, which defines the fields to update, and `UpdateMask`, which determines which specific fields will be updated."],["The `UpdateRegistrationRequest` class comes from the Google.Cloud.Domains.V1.dll assembly."]]],[]]