Class: Google::Apis::DomainsV1alpha2::SearchDomainsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DomainsV1alpha2::SearchDomainsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/domains_v1alpha2/classes.rb,
lib/google/apis/domains_v1alpha2/representations.rb,
lib/google/apis/domains_v1alpha2/representations.rb
Overview
Response for the SearchDomains
method.
Instance Attribute Summary collapse
-
#register_parameters ⇒ Array<Google::Apis::DomainsV1alpha2::RegisterParameters>
Results of the domain name search.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SearchDomainsResponse
constructor
A new instance of SearchDomainsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SearchDomainsResponse
Returns a new instance of SearchDomainsResponse.
2131 2132 2133 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 2131 def initialize(**args) update!(**args) end |
Instance Attribute Details
#register_parameters ⇒ Array<Google::Apis::DomainsV1alpha2::RegisterParameters>
Results of the domain name search.
Corresponds to the JSON property registerParameters
2129 2130 2131 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 2129 def register_parameters @register_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2136 2137 2138 |
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 2136 def update!(**args) @register_parameters = args[:register_parameters] if args.key?(:register_parameters) end |