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.



983
984
985
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 983

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



981
982
983
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 981

def deployment_association
  @deployment_association
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



988
989
990
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 988

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