public sealed class ModifyEntryContactsRequest : IMessage<ModifyEntryContactsRequest>, IEquatable<ModifyEntryContactsRequest>, IDeepCloneable<ModifyEntryContactsRequest>, IBufferMessage, IMessage
Request message for
[ModifyEntryContacts][google.cloud.datacatalog.v1.DataCatalog.ModifyEntryContacts].
[[["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-25 UTC."],[[["This webpage details the `ModifyEntryContactsRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to modify contacts for data catalog entries."],["The `ModifyEntryContactsRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `ModifyEntryContactsRequest` class include `Contacts`, which holds the new contact information, `EntryName`, a typed view of the resource name, and `Name`, the full resource name of the entry being modified."],["This class has two constructors, one parameterless, and one that takes another `ModifyEntryContactsRequest` object."],["The page also lists multiple versions for the class, with the latest version being 2.14.0."]]],[]]