Class: Google::Apis::DomainsV1::RetrieveTransferParametersResponse
- Inherits:
-
Object
- Object
- Google::Apis::DomainsV1::RetrieveTransferParametersResponse
- 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
Deprecated: For more information, see Cloud Domains feature deprecation.
Response for the RetrieveTransferParameters
method.
Instance Attribute Summary collapse
-
#transfer_parameters ⇒ Google::Apis::DomainsV1::TransferParameters
Deprecated: For more information, see Cloud Domains feature deprecation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RetrieveTransferParametersResponse
constructor
A new instance of RetrieveTransferParametersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RetrieveTransferParametersResponse
Returns a new instance of RetrieveTransferParametersResponse.
2122 2123 2124 |
# File 'lib/google/apis/domains_v1/classes.rb', line 2122 def initialize(**args) update!(**args) end |
Instance Attribute Details
#transfer_parameters ⇒ Google::Apis::DomainsV1::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
2120 2121 2122 |
# File 'lib/google/apis/domains_v1/classes.rb', line 2120 def transfer_parameters @transfer_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2127 2128 2129 |
# File 'lib/google/apis/domains_v1/classes.rb', line 2127 def update!(**args) @transfer_parameters = args[:transfer_parameters] if args.key?(:transfer_parameters) end |