google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.OperationsScopedList View Source
Attributes
operations(type:list(GoogleApi.Compute.V1.Model.Operation.t), default:nil) - [Output Only] A list of operations contained in this scope.warning(type:GoogleApi.Compute.V1.Model.OperationsScopedListWarning.t, default:nil) - [Output Only] Informational warning which replaces the list of operations when the list is empty.
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.Compute.V1.Model.OperationsScopedList{
operations: [GoogleApi.Compute.V1.Model.Operation.t()],
warning: GoogleApi.Compute.V1.Model.OperationsScopedListWarning.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.