class Google::Apis::BigqueryreservationV1::BiReservation
Represents a BI Reservation
.
Attributes
name[RW]
The resource name of the singleton BI reservation. Reservation
names have the form `projects/`project_id`/locations/`location_id`/biReservation`. Corresponds to the JSON property `name` @return [String]
size[RW]
Size of a reservation, in bytes. Corresponds to the JSON property `size` @return [Fixnum]
update_time[RW]
Output only. The last update timestamp of a reservation. Corresponds to the JSON property `updateTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigqueryreservation_v1/classes.rb, line 85 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigqueryreservation_v1/classes.rb, line 90 def update!(**args) @name = args[:name] if args.key?(:name) @size = args[:size] if args.key?(:size) @update_time = args[:update_time] if args.key?(:update_time) end