View Source GoogleApi.Compute.V1.Model.FutureReservationsScopedList (google_api_compute v0.62.0)
Attributes
-
futureReservations
(type:list(GoogleApi.Compute.V1.Model.FutureReservation.t)
, default:nil
) - A list of future reservations contained in this scope. -
warning
(type:GoogleApi.Compute.V1.Model.FutureReservationsScopedListWarning.t
, default:nil
) - Informational warning which replaces the list of future reservations when the list is empty.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Compute.V1.Model.FutureReservationsScopedList{ futureReservations: [GoogleApi.Compute.V1.Model.FutureReservation.t()] | nil, warning: GoogleApi.Compute.V1.Model.FutureReservationsScopedListWarning.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.