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

Resource to hold the state and status of a user's domain mapping. NOTE: This resource is currently in Beta.

Attributes

  • apiVersion (type: String.t, default: nil) - The API version for this call such as "domains.cloudrun.com/v1".
  • kind (type: String.t, default: nil) - The kind of resource, in this case "DomainMapping".
  • metadata (type: GoogleApi.Run.V1.Model.ObjectMeta.t, default: nil) - Metadata associated with this BuildTemplate.
  • spec (type: GoogleApi.Run.V1.Model.DomainMappingSpec.t, default: nil) - The spec for this DomainMapping.
  • status (type: GoogleApi.Run.V1.Model.DomainMappingStatus.t, default: nil) - The current status of the DomainMapping.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.DomainMapping{
  apiVersion: String.t() | nil,
  kind: String.t() | nil,
  metadata: GoogleApi.Run.V1.Model.ObjectMeta.t() | nil,
  spec: GoogleApi.Run.V1.Model.DomainMappingSpec.t() | nil,
  status: GoogleApi.Run.V1.Model.DomainMappingStatus.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.