Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalMigrateOrganizationResponse

Inherits:
Object
  • Object
show all
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

Response for [MigrateOrganization]. [spectrum.sas.portal.v1alpha1.Provisioning. MigrateOrganization].

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalMigrateOrganizationResponse

Returns a new instance of SasPortalMigrateOrganizationResponse.



1018
1019
1020
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1018

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#deployment_associationArray<Google::Apis::ProdTtSasportalV1alpha1::SasPortalDeploymentAssociation>

Optional. A list of deployment association that were created for the migration, or current associations if they already exist. Corresponds to the JSON property deploymentAssociation



1016
1017
1018
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1016

def deployment_association
  @deployment_association
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1023
1024
1025
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 1023

def update!(**args)
  @deployment_association = args[:deployment_association] if args.key?(:deployment_association)
end