class Google::Apis::SasportalV1alpha1::SasPortalMoveDeploymentRequest

Request for MoveDeployment.

Attributes

destination[RW]

Required. The name of the new parent resource node or customer to reparent the deployment 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 858
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 863
def update!(**args)
  @destination = args[:destination] if args.key?(:destination)
end