public sealed class ContactSettings.Types.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 documentation provides details for the `ContactSettings.Types.Contact` class within the Cloud Domains v1 API, specifically for version 2.3.0."],["The `ContactSettings.Types.Contact` class is used to store contact information required for a `Registration` and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for email, fax number, phone number, and postal address, which are all string types except for `PostalAddress`."],["The latest version of the api referenced is 2.4.0, but this page is for version 2.3.0, while previous versions down to 1.0.0 are also accessible."],["The class includes two constructors: a default constructor `Contact()` and a copy constructor `Contact(ContactSettings.Types.Contact other)` which makes a new instance based on the parameters of the old instance."]]],[]]