View Source GoogleApi.Run.V1.Model.AuthorizedDomain (google_api_run v0.30.0)

A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Search Console.

Attributes

  • id (type: String.t, default: nil) - Relative name of the domain authorized for use. Example: example.com.
  • name (type: String.t, default: nil) - Deprecated Read only. Full path to the AuthorizedDomain resource in the API. Example: projects/myproject/authorizedDomains/example.com.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.AuthorizedDomain{
  id: String.t() | nil,
  name: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.