GoogleApi.BigQueryReservation.V1.Model.BiReservation (google_api_big_query_reservation v0.9.1) View Source
Represents a BI Reservation.
Attributes
-
name
(type:String.t
, default:nil
) - The resource name of the singleton BI reservation. Reservation names have the formprojects/{project_id}/locations/{location_id}/biReservation
. -
size
(type:String.t
, default:nil
) - Size of a reservation, in bytes. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The last update timestamp of a reservation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQueryReservation.V1.Model.BiReservation{ name: String.t(), size: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.