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 document outlines the `ModifyEntryContactsRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its use for modifying contacts in the Data Catalog."],["The `ModifyEntryContactsRequest` class has multiple versions available, ranging from 1.2.0 to the latest 2.14.0, with links provided for each version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact with various .NET functionalities."],["The class contains properties such as `Contacts`, `EntryName`, and `Name`, which are essential for specifying the entry and its associated contact details that will be modified."],["The required contructors are ModifyEntryContactsRequest() and ModifyEntryContactsRequest(ModifyEntryContactsRequest other), both are public."]]],[]]