View Source GoogleApi.Run.V1.Model.DomainMapping (quiqup_google_api_run v0.28.0)
Resource to hold the state and status of a user's domain mapping. NOTE: This resource is currently in Beta.
attributes
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section 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 }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.