class Google::Apis::SasportalV1alpha1::SasPortalMoveNodeRequest

Request for MoveNode.

Attributes

destination[RW]

Required. The name of the new parent resource node or customer to reparent the node under. Corresponds to the JSON property `destination` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 898
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 903
def update!(**args)
  @destination = args[:destination] if args.key?(:destination)
end