Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalMoveNodeRequest
- Inherits:
-
Object
- Object
- Google::Apis::ProdTtSasportalV1alpha1::SasPortalMoveNodeRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/prod_tt_sasportal_v1alpha1/classes.rb,
generated/google/apis/prod_tt_sasportal_v1alpha1/representations.rb,
generated/google/apis/prod_tt_sasportal_v1alpha1/representations.rb
Overview
Request for MoveNode method.
Instance Attribute Summary collapse
-
#destination ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SasPortalMoveNodeRequest
constructor
A new instance of SasPortalMoveNodeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SasPortalMoveNodeRequest
Returns a new instance of SasPortalMoveNodeRequest.
817 818 819 |
# File 'generated/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 817 def initialize(**args) update!(**args) end |
Instance Attribute Details
#destination ⇒ String
Required. The name of the new parent resource node or Customer) to reparent
the node under.
Corresponds to the JSON property destination
815 816 817 |
# File 'generated/google/apis/prod_tt_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/prod_tt_sasportal_v1alpha1/classes.rb', line 822 def update!(**args) @destination = args[:destination] if args.key?(:destination) end |