Class: Google::Apis::DomainsV1::InitiatePushTransferRequest
- Inherits:
-
Object
- Object
- Google::Apis::DomainsV1::InitiatePushTransferRequest
- 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
Request for the InitiatePushTransfer
method.
Instance Attribute Summary collapse
-
#tag ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InitiatePushTransferRequest
constructor
A new instance of InitiatePushTransferRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InitiatePushTransferRequest
Returns a new instance of InitiatePushTransferRequest.
940 941 942 |
# File 'lib/google/apis/domains_v1/classes.rb', line 940 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tag ⇒ String
Required. The Tag of the new registrar. Can be found at List of registrars.
Corresponds to the JSON property tag
938 939 940 |
# File 'lib/google/apis/domains_v1/classes.rb', line 938 def tag @tag end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
945 946 947 |
# File 'lib/google/apis/domains_v1/classes.rb', line 945 def update!(**args) @tag = args[:tag] if args.key?(:tag) end |