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 page details the `ModifyEntryContactsRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to modify entry contacts."],["The latest version of `ModifyEntryContactsRequest` is 2.14.0, and older versions back to 1.2.0 are available."],["`ModifyEntryContactsRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Contacts`, `EntryName`, and `Name`, which are used to specify the new contacts and identify the entry to be modified."],["The available constructors are `ModifyEntryContactsRequest()` and `ModifyEntryContactsRequest(ModifyEntryContactsRequest other)`, for default and copy initialization, respectively."]]],[]]