Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalMoveDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Apis::ProdTtSasportalV1alpha1::SasPortalMoveDeploymentRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb,
lib/google/apis/prod_tt_sasportal_v1alpha1/representations.rb,
lib/google/apis/prod_tt_sasportal_v1alpha1/representations.rb
Overview
Request for MoveDeployment.
Instance Attribute Summary collapse
-
#destination ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SasPortalMoveDeploymentRequest
constructor
A new instance of SasPortalMoveDeploymentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SasPortalMoveDeploymentRequest
Returns a new instance of SasPortalMoveDeploymentRequest.
1003 1004 1005 |
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1003 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
deployment under.
Corresponds to the JSON property destination
1001 1002 1003 |
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1001 def destination @destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1008 1009 1010 |
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1008 def update!(**args) @destination = args[:destination] if args.key?(:destination) end |