Class: Google::Cloud::Domains::V1beta1::ListRegistrationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::ListRegistrationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Response for the ListRegistrations
method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
When present, there are more results to retrieve.
-
#registrations ⇒ ::Array<::Google::Cloud::Domains::V1beta1::Registration>
A list of
Registration
s.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns When present, there are more results to retrieve. Set page_token
to this
value on a subsequent call to get the next page of results.
609 610 611 612 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 609 class ListRegistrationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#registrations ⇒ ::Array<::Google::Cloud::Domains::V1beta1::Registration>
Returns A list of Registration
s.
609 610 611 612 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 609 class ListRegistrationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |