google_api_site_verification v0.2.0 GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenRequestSite View Source

The site for which a verification token will be generated.

Attributes

  • identifier (String.t): The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name. Defaults to: null.
  • type (String.t): The type of resource to be verified. Can be SITE or INET_DOMAIN (domain name). Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() ::
  %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenRequestSite{
    identifier: any(),
    type: any()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.