Class: Google::Apis::DomainsV1alpha2::InitiatePushTransferRequest

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

Request for the InitiatePushTransfer method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InitiatePushTransferRequest

Returns a new instance of InitiatePushTransferRequest.



932
933
934
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 932

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

Instance Attribute Details

#tagString

Required. The Tag of the new registrar. Can be found at List of registrars. Corresponds to the JSON property tag

Returns:

  • (String)


930
931
932
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 930

def tag
  @tag
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



937
938
939
# File 'lib/google/apis/domains_v1alpha2/classes.rb', line 937

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