Class: Google::Cloud::Billing::V1::ListServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::ListServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/v1/cloud_catalog.rb
Overview
Response message for ListServices
.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#services ⇒ ::Array<::Google::Cloud::Billing::V1::Service>
A list of services.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. To retrieve the next page,
call ListServices
again with the page_token
field set to this
value. This field is empty if there are no more results to retrieve.
292 293 294 295 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 292 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#services ⇒ ::Array<::Google::Cloud::Billing::V1::Service>
Returns A list of services.
292 293 294 295 |
# File 'proto_docs/google/cloud/billing/v1/cloud_catalog.rb', line 292 class ListServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |