Class: Google::Apis::MigrationcenterV1alpha1::RunAssetsExportJobResponse
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::RunAssetsExportJobResponse
- 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 an assets export job.
Instance Attribute Summary collapse
-
#assets_export_job_execution ⇒ Google::Apis::MigrationcenterV1alpha1::AssetsExportJobExecution
Execution status of assets export job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunAssetsExportJobResponse
constructor
A new instance of RunAssetsExportJobResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RunAssetsExportJobResponse
Returns a new instance of RunAssetsExportJobResponse.
6196 6197 6198 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6196 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assets_export_job_execution ⇒ Google::Apis::MigrationcenterV1alpha1::AssetsExportJobExecution
Execution status of assets export job.
Corresponds to the JSON property assetsExportJobExecution
6194 6195 6196 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6194 def assets_export_job_execution @assets_export_job_execution end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6201 6202 6203 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 6201 def update!(**args) @assets_export_job_execution = args[:assets_export_job_execution] if args.key?(:assets_export_job_execution) end |