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

The address and type of a site that is verified or will be verified.

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 site type. 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.SiteVerificationWebResourceResourceSite{
    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.