google_api_site_verification v0.2.0 API Reference
Modules
API calls for all endpoints tagged WebResource
.
Handle Tesla connections for GoogleApi.SiteVerification.V1.
Helper functions for deserializing responses into models.
The site for which a verification token will be generated.
Attributes
- method (String.t): The verification method to use in conjunction with this token. For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain. Defaults to:
null
. - token (String.t): The verification token. The token must be placed appropriately in order for verification to succeed. Defaults to:
null
.
Attributes
- id (String.t): The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations. Defaults to:
null
. - owners ([String.t]): The email addresses of all verified owners. Defaults to:
null
. - site (SiteVerificationWebResourceResourceSite): Defaults to:
null
.
The address and type of a site that is verified or will be verified.
Helper functions for building Tesla requests.