google_api_container v0.5.0 GoogleApi.Container.V1.Model.ListOperationsResponse View Source
ListOperationsResponse is the result of ListOperationsRequest.
Attributes
- missingZones ([String.t]): If any zones are listed here, the list of operations returned may be missing the operations from those zones. Defaults to:
null
. - operations ([Operation]): A list of operations in the project in the specified zone. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Container.V1.Model.ListOperationsResponse{
missingZones: [any()],
operations: [GoogleApi.Container.V1.Model.Operation.t()]
}
t() :: %GoogleApi.Container.V1.Model.ListOperationsResponse{ missingZones: [any()], operations: [GoogleApi.Container.V1.Model.Operation.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.