Class: Google::Apis::MigrationcenterV1::RunAssetsExportJobResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/migrationcenter_v1/classes.rb,
lib/google/apis/migrationcenter_v1/representations.rb,
lib/google/apis/migrationcenter_v1/representations.rb

Overview

Response message for running an assets export job.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RunAssetsExportJobResponse

Returns a new instance of RunAssetsExportJobResponse.



5845
5846
5847
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 5845

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

Instance Attribute Details

#assets_export_job_executionGoogle::Apis::MigrationcenterV1::AssetsExportJobExecution

Execution status of assets export job. Corresponds to the JSON property assetsExportJobExecution



5843
5844
5845
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 5843

def assets_export_job_execution
  @assets_export_job_execution
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5850
5851
5852
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 5850

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