public sealed class AuthorizedDomain : IMessage<AuthorizedDomain>, IEquatable<AuthorizedDomain>, IDeepCloneable<AuthorizedDomain>, IBufferMessage, IMessage
A domain that a user has been authorized to administer. To authorize use
of a domain, verify ownership via
Webmaster Central.
[[["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 `AuthorizedDomain` is 2.4.0, with multiple previous versions listed, including down to version 1.0.0."],["`AuthorizedDomain` represents a domain that a user has permission to manage, requiring verification of ownership through Google Webmaster Central."],["The class `AuthorizedDomain` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AuthorizedDomain` has properties such as `Id` which represents the domain name, and `Name`, which is the full path of the `AuthorizedDomain` resource."],["It has 2 constructors, `AuthorizedDomain()` which creates a new instance of the class and `AuthorizedDomain(AuthorizedDomain other)`, which creates a new instance of the class based off a different `AuthorizedDomain`."]]],[]]