Domain
Domain
Information about a domain.
JSON representation
|
{
"name": string,
"legacyId": string
}
|
Fields
|
name
|
string
The name of the domain, e.g.
google.com .
|
legacyId
|
string
An opaque string used to identify this domain.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["A domain is represented by its name (e.g., google.com) and a unique legacy identifier."],["The domain object is structured in JSON format with \"name\" and \"legacyId\" as its key fields."]]],[]]