Class: Google::Apis::DomainsV1alpha2::RetrieveTransferParametersResponse

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

Deprecated: For more information, see Cloud Domains feature deprecation. Response for the RetrieveTransferParameters method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RetrieveTransferParametersResponse

Returns a new instance of RetrieveTransferParametersResponse.



2112
2113
2114
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 2112

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#transfer_parametersGoogle::Apis::DomainsV1alpha2::TransferParameters

Deprecated: For more information, see Cloud Domains feature deprecation. Parameters required to transfer a domain from another registrar. Corresponds to the JSON property transferParameters



2110
2111
2112
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 2110

def transfer_parameters
  @transfer_parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2117
2118
2119
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 2117

def update!(**args)
  @transfer_parameters = args[:transfer_parameters] if args.key?(:transfer_parameters)
end