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

Attributes

  • site (type: GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenRequestSite.t, default: nil) - The site for which a verification token will be generated.
  • verificationMethod (type: String.t, default: nil) - The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.

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.SiteVerificationWebResourceGettokenRequest{
    site:
      GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenRequestSite.t(),
    verificationMethod: 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.