View Source GoogleApi.Looker.V1.Model.CustomDomain (google_api_looker v0.2.0)

Custom domain information.

Attributes

  • domain (type: String.t, default: nil) - Domain name.
  • state (type: String.t, default: nil) - Domain state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Looker.V1.Model.CustomDomain{
  domain: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.