Class: Google::Apis::DomainsV1::SearchDomainsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DomainsV1::SearchDomainsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/domains_v1/classes.rb,
lib/google/apis/domains_v1/representations.rb,
lib/google/apis/domains_v1/representations.rb
Overview
Response for the SearchDomains
method.
Instance Attribute Summary collapse
-
#register_parameters ⇒ Array<Google::Apis::DomainsV1::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.
2141 2142 2143 |
# File 'lib/google/apis/domains_v1/classes.rb', line 2141 def initialize(**args) update!(**args) end |
Instance Attribute Details
#register_parameters ⇒ Array<Google::Apis::DomainsV1::RegisterParameters>
Results of the domain name search.
Corresponds to the JSON property registerParameters
2139 2140 2141 |
# File 'lib/google/apis/domains_v1/classes.rb', line 2139 def register_parameters @register_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2146 2147 2148 |
# File 'lib/google/apis/domains_v1/classes.rb', line 2146 def update!(**args) @register_parameters = args[:register_parameters] if args.key?(:register_parameters) end |