GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource (google_api_site_verification v0.11.0) 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
Specs
t() :: %GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResource{
id: String.t() | nil,
owners: [String.t()] | nil,
site:
GoogleApi.SiteVerification.V1.Model.SiteVerificationWebResourceResourceSite.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.