Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalMigrateOrganizationMetadata

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

Long-running operation metadata message returned by the MigrateOrganization.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalMigrateOrganizationMetadata

Returns a new instance of SasPortalMigrateOrganizationMetadata.



975
976
977
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 975

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

Instance Attribute Details

#operation_stateString

Output only. Current operation state Corresponds to the JSON property operationState

Returns:

  • (String)


973
974
975
# File 'lib/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 973

def operation_state
  @operation_state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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