Class: Google::Cloud::Domains::V1beta1::ListRegistrationsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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 Registrations.

Returns:



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