Class: Google::Cloud::CloudQuotas::V1beta::ListQuotaInfosResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudQuotas::V1beta::ListQuotaInfosResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb
Overview
Message for response to listing QuotaInfos
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page. -
#quota_infos ⇒ ::Array<::Google::Cloud::CloudQuotas::V1beta::QuotaInfo>
The list of QuotaInfo.
Instance Attribute Details
#next_page_token ⇒ ::String
55 56 57 58 |
# File 'proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb', line 55 class ListQuotaInfosResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#quota_infos ⇒ ::Array<::Google::Cloud::CloudQuotas::V1beta::QuotaInfo>
55 56 57 58 |
# File 'proto_docs/google/api/cloudquotas/v1beta/cloudquotas.rb', line 55 class ListQuotaInfosResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |