Class: Google::Apis::MigrationcenterV1alpha1::GenerateReportArtifactLinkRequest
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::GenerateReportArtifactLinkRequest
- 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
A request to generate a link to an artifact for a Report.
Instance Attribute Summary collapse
-
#artifact_type ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenerateReportArtifactLinkRequest
constructor
A new instance of GenerateReportArtifactLinkRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenerateReportArtifactLinkRequest
Returns a new instance of GenerateReportArtifactLinkRequest.
3562 3563 3564 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3562 def initialize(**args) update!(**args) end |
Instance Attribute Details
#artifact_type ⇒ String
Required. Type of the artifact requested.
Corresponds to the JSON property artifactType
3560 3561 3562 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3560 def artifact_type @artifact_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3567 3568 3569 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 3567 def update!(**args) @artifact_type = args[:artifact_type] if args.key?(:artifact_type) end |