GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenResponse (google_api_site_verification v0.11.0) View Source

Attributes

  • method (type: String.t, default: nil) - 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.
  • token (type: String.t, default: nil) - The verification token. The token must be placed appropriately in order for verification to succeed.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceGettokenResponse{
    method: String.t() | nil,
    token: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.