GoogleApi.Container.V1.Model.ListOperationsResponse (google_api_container v0.24.0) View Source
ListOperationsResponse is the result of ListOperationsRequest.
Attributes
-
missingZones
(type:list(String.t)
, default:nil
) - If any zones are listed here, the list of operations returned may be missing the operations from those zones. -
operations
(type:list(GoogleApi.Container.V1.Model.Operation.t)
, default:nil
) - A list of operations in the project in the specified zone.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Container.V1.Model.ListOperationsResponse{ missingZones: [String.t()], operations: [GoogleApi.Container.V1.Model.Operation.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.