Class: Google::Apis::MigrationcenterV1alpha1::ExportReportResponse
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::ExportReportResponse
- 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 exporting report.
Instance Attribute Summary collapse
-
#report_artifact_links ⇒ Array<Google::Apis::MigrationcenterV1alpha1::ReportArtifactLink>
For large generated report, we may return multiple links Corresponds to the JSON property
reportArtifactLinks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportReportResponse
constructor
A new instance of ExportReportResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportReportResponse
Returns a new instance of ExportReportResponse.
3347 3348 3349 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3347 def initialize(**args) update!(**args) end |
Instance Attribute Details
#report_artifact_links ⇒ Array<Google::Apis::MigrationcenterV1alpha1::ReportArtifactLink>
For large generated report, we may return multiple links
Corresponds to the JSON property reportArtifactLinks
3345 3346 3347 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3345 def report_artifact_links @report_artifact_links end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3352 3353 3354 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3352 def update!(**args) @report_artifact_links = args[:report_artifact_links] if args.key?(:report_artifact_links) end |