GoogleApi.Run.V1.Model.ListDomainMappingsResponse (google_api_run v0.23.2) View Source
ListDomainMappingsResponse is a list of DomainMapping resources.
Attributes
-
apiVersion
(type:String.t
, default:nil
) - The API version for this call such as "domains.cloudrun.com/v1". -
items
(type:list(GoogleApi.Run.V1.Model.DomainMapping.t)
, default:nil
) - List of DomainMappings. -
kind
(type:String.t
, default:nil
) - The kind of this resource, in this case "DomainMappingList". -
metadata
(type:GoogleApi.Run.V1.Model.ListMeta.t
, default:nil
) - Metadata associated with this DomainMapping list. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Run.V1.Model.ListDomainMappingsResponse{ apiVersion: String.t() | nil, items: [GoogleApi.Run.V1.Model.DomainMapping.t()] | nil, kind: String.t() | nil, metadata: GoogleApi.Run.V1.Model.ListMeta.t() | nil, unreachable: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.