Class: Google::Apis::SasportalV1alpha1::SasPortalMoveNodeRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/sasportal_v1alpha1/classes.rb,
generated/google/apis/sasportal_v1alpha1/representations.rb,
generated/google/apis/sasportal_v1alpha1/representations.rb

Overview

Request for MoveNode method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalMoveNodeRequest

Returns a new instance of SasPortalMoveNodeRequest.



817
818
819
# File 'generated/google/apis/sasportal_v1alpha1/classes.rb', line 817

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

Instance Attribute Details

#destinationString

Required. The name of the new parent resource node or Customer) to reparent the node under. Corresponds to the JSON property destination

Returns:

  • (String)


815
816
817
# File 'generated/google/apis/sasportal_v1alpha1/classes.rb', line 815

def destination
  @destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



822
823
824
# File 'generated/google/apis/sasportal_v1alpha1/classes.rb', line 822

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