public sealed class ContactSettings : IMessage<ContactSettings>, IEquatable<ContactSettings>, IDeepCloneable<ContactSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 API class ContactSettings.
Defines the contact information associated with a Registration.
ICANN requires all domain names to have associated
contact information. The registrant_contact is considered the
domain's legal owner, and often the other contacts are identical.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eContactSettings\u003c/code\u003e class within the Google Cloud Domains v1beta1 API defines the contact information linked to a domain \u003ccode\u003eRegistration\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class is essential for managing domain registrations, as it contains required information about the administrative, registrant, and technical contacts.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eContactSettings\u003c/code\u003e includes properties for \u003ccode\u003eAdminContact\u003c/code\u003e, \u003ccode\u003eRegistrantContact\u003c/code\u003e, \u003ccode\u003eTechnicalContact\u003c/code\u003e, and \u003ccode\u003ePrivacy\u003c/code\u003e, all of which are required.\u003c/p\u003e\n"],["\u003cp\u003eThe registrant contact is considered the legal owner of the domain, and the email, phone number, and/or postal address linked to it can be used to take control of the domain.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContactSettings\u003c/code\u003e class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class in the .NET framework.\u003c/p\u003e\n"]]],[],null,["# Cloud Domains v1beta1 API - Class ContactSettings (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1.ContactSettings)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/2.0.0-beta04/Google.Cloud.Domains.V1Beta1.ContactSettings)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/1.0.0-beta04/Google.Cloud.Domains.V1Beta1.ContactSettings) \n\n public sealed class ContactSettings : IMessage\u003cContactSettings\u003e, IEquatable\u003cContactSettings\u003e, IDeepCloneable\u003cContactSettings\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Domains v1beta1 API class ContactSettings.\n\nDefines the contact information associated with a `Registration`.\n\n[ICANN](https://icann.org/) requires all domain names to have associated\ncontact information. The `registrant_contact` is considered the\ndomain's legal owner, and often the other contacts are identical. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ContactSettings \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ContactSettings](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1.ContactSettings), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ContactSettings](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1.ContactSettings), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ContactSettings](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1.ContactSettings), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Domains.V1Beta1](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Domains.V1Beta1.dll\n\nConstructors\n------------\n\n### ContactSettings()\n\n public ContactSettings()\n\n### ContactSettings(ContactSettings)\n\n public ContactSettings(ContactSettings other)\n\nProperties\n----------\n\n### AdminContact\n\n public ContactSettings.Types.Contact AdminContact { get; set; }\n\nRequired. The administrative contact for the `Registration`.\n\n### Privacy\n\n public ContactPrivacy Privacy { get; set; }\n\nRequired. Privacy setting for the contacts associated with the `Registration`.\n\n### RegistrantContact\n\n public ContactSettings.Types.Contact RegistrantContact { get; set; }\n\nRequired. The registrant contact for the `Registration`.\n\n*Caution: Anyone with access to this email address, phone number,\nand/or postal address can take control of the domain.*\n\n*Warning: For new `Registration`s, the registrant receives an email\nconfirmation that they must complete within 15 days to avoid domain\nsuspension.*\n\n### TechnicalContact\n\n public ContactSettings.Types.Contact TechnicalContact { get; set; }\n\nRequired. The technical contact for the `Registration`."]]