class Google::Apis::SasportalV1alpha1::SasPortalMoveDeviceRequest
Request for MoveDevice.
Attributes
destination[RW]
Required. The name of the new parent resource node or customer to reparent the device 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 878 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 883 def update!(**args) @destination = args[:destination] if args.key?(:destination) end