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-21 UTC."],[[["This page details the `ModifyEntryContactsRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to modify entry contacts."],["The `ModifyEntryContactsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties such as `Contacts`, which is the new value for the contacts, `EntryName`, a typed view of the resource name, and `Name`, the full resource name of the entry."],["The page lists all the versions of the package and has links to the documentation of each version, with version 2.14.0 being the latest release of `ModifyEntryContactsRequest`."],["The `ModifyEntryContactsRequest` has two constructors: a default parameterless constructor and one that takes in another `ModifyEntryContactsRequest` object."]]],[]]