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

The site for which a verification token will be generated.

Attributes

  • identifier (type: String.t, default: nil) - 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.
  • type (type: String.t, default: nil) - The type of resource to be verified. Can be SITE or INET_DOMAIN (domain name).

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: String.t(),
    type: String.t()
  }

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.