class Google::Apis::DomainsV1alpha2::SearchDomainsResponse

Response for the `SearchDomains` method.

Attributes

register_parameters[RW]

Results of the domain name search. Corresponds to the JSON property `registerParameters` @return [Array<Google::Apis::DomainsV1alpha2::RegisterParameters>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/domains_v1alpha2/classes.rb, line 1391
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/domains_v1alpha2/classes.rb, line 1396
def update!(**args)
  @register_parameters = args[:register_parameters] if args.key?(:register_parameters)
end