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

Attributes

  • id (String.t): The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations. Defaults to: null.
  • owners ([String.t]): The email addresses of all verified owners. Defaults to: null.
  • site (SiteVerificationWebResourceResourceSite): 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.SiteVerificationWebResourceResource{
  id: any(),
  owners: [any()],
  site:
    GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResourceSite.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.