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

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

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

Specs

t() ::
  %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResourceSite{
    identifier: String.t() | nil,
    type: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.