google_api_site_verification v0.8.0 GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource View Source
Attributes
id
(type:String.t
, default:nil
) - 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.owners
(type:list(String.t)
, default:nil
) - The email addresses of all verified owners.site
(type:GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResourceSite.t
, default:nil
) - The address and type of a site that is verified or will be verified.
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 Sourcet() :: %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource{ id: String.t(), owners: [String.t()], site: GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResourceSite.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.