google_api_big_query_reservation v0.5.1 GoogleApi.BigQueryReservation.V1.Model.BiReservation 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
Link to this type
t()
View Sourcet() :: %GoogleApi.BigQueryReservation.V1.Model.BiReservation{ name: String.t(), size: String.t(), updateTime: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.