public sealed class Contact : IMessage<ContactSettings.Types.Contact>, IEquatable<ContactSettings.Types.Contact>, IDeepCloneable<ContactSettings.Types.Contact>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class ContactSettings.Types.Contact.
Details required for a contact associated with a Registration.
[[["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 provides reference information for the `ContactSettings.Types.Contact` class within the Google Cloud Domains v1 API, specifically version 2.1.0."],["The `Contact` class is designed to manage the details for a contact associated with a domain registration, inheriting from the base `Object` class and implementing multiple interfaces."],["The class includes a public default constructor and another accepting `ContactSettings.Types.Contact` and offers properties like `Email`, `FaxNumber`, `PhoneNumber`, and `PostalAddress` for managing contact information."],["The `Contact` class is available under the `Google.Cloud.Domains.V1` namespace, within the `Google.Cloud.Domains.V1.dll` assembly."]]],[]]