class Google::Apis::BigqueryreservationV1beta1::ListCapacityCommitmentsResponse
The response for ReservationService.ListCapacityCommitments.
Attributes
capacity_commitments[RW]
List of capacity commitments visible to the user. Corresponds to the JSON property `capacityCommitments` @return [Array<Google::Apis::BigqueryreservationV1beta1::CapacityCommitment>]
next_page_token[RW]
Token to retrieve the next page of results, or empty if there are no more results in the list. Corresponds to the JSON property `nextPageToken` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigqueryreservation_v1beta1/classes.rb, line 231 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_v1beta1/classes.rb, line 236 def update!(**args) @capacity_commitments = args[:capacity_commitments] if args.key?(:capacity_commitments) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end