Class: Google::Apis::MigrationcenterV1alpha1::RunReportExportJobResponse

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

Overview

Response message for running a report export job.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RunReportExportJobResponse

Returns a new instance of RunReportExportJobResponse.



7759
7760
7761
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 7759

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

Instance Attribute Details

#report_export_executionGoogle::Apis::MigrationcenterV1alpha1::ReportExportExecution

Execution status of report export operation. Corresponds to the JSON property reportExportExecution



7757
7758
7759
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 7757

def report_export_execution
  @report_export_execution
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7764
7765
7766
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 7764

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