public sealed class GetContactRequest : IMessage<GetContactRequest>, IEquatable<GetContactRequest>, IDeepCloneable<GetContactRequest>, IBufferMessage, IMessage
Required. The name of the contact to retrieve.
Format: organizations/{organization_id}/contacts/{contact_id},
folders/{folder_id}/contacts/{contact_id} or
projects/{project_id}/contacts/{contact_id}
[[["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."],[[["The latest version available for `GetContactRequest` is 2.5.0, with a total of eight versions listed, ranging down to version 1.0.0."],["`GetContactRequest` is a request message for the `GetContact` method, designed to retrieve contact information."],["`GetContactRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetContactRequest` class has two constructors and includes properties for `ContactName` and `Name`, where `Name` specifies the contact to retrieve in a defined format."],["The class is within the `Google.Cloud.EssentialContacts.V1` namespace and the `Google.Cloud.EssentialContacts.V1.dll` assembly."]]],[]]