Class: Google::Cloud::CapacityPlanner::V1beta::QueryReservationsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb

Overview

The QueryReservations response.

Instance Attribute Summary collapse

Instance Attribute Details

#reservations::Array<::Google::Cloud::CapacityPlanner::V1beta::ReservationData>

Returns The reservations data that match the request.

Returns:



299
300
301
302
# File 'proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb', line 299

class QueryReservationsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end