google_api_run v0.6.0 GoogleApi.Run.V1.Model.ListConfigurationsResponse View Source
ListConfigurationsResponse is a list of Configuration resources.
Attributes
apiVersion
(type:String.t
, default:nil
) - The API version for this call such as "serving.knative.dev/v1".items
(type:list(GoogleApi.Run.V1.Model.Configuration.t)
, default:nil
) - List of Configurations.kind
(type:String.t
, default:nil
) - The kind of this resource, in this case "ConfigurationList".metadata
(type:GoogleApi.Run.V1.Model.ListMeta.t
, default:nil
) - Metadata associated with this Configuration 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Run.V1.Model.ListConfigurationsResponse{ apiVersion: String.t(), items: [GoogleApi.Run.V1.Model.Configuration.t()], kind: String.t(), metadata: GoogleApi.Run.V1.Model.ListMeta.t(), unreachable: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.