View Source GoogleApi.BigQueryReservation.V1.Model.BiReservation (google_api_big_query_reservation v0.20.0)
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. -
preferredTables(type:list(GoogleApi.BigQueryReservation.V1.Model.TableReference.t), default:nil) - Preferred tables to use BI capacity for. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryReservation.V1.Model.BiReservation{ name: String.t() | nil, preferredTables: [GoogleApi.BigQueryReservation.V1.Model.TableReference.t()] | nil, size: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.