Class: Google::Apis::MigrationcenterV1alpha1::XlsxOutputFile
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::XlsxOutputFile
- 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
Contains a single output file of type XLSX.
Instance Attribute Summary collapse
-
#signed_uri ⇒ Google::Apis::MigrationcenterV1alpha1::SignedUri
Contains a signed URI.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XlsxOutputFile
constructor
A new instance of XlsxOutputFile.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ XlsxOutputFile
Returns a new instance of XlsxOutputFile.
9221 9222 9223 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 9221 def initialize(**args) update!(**args) end |
Instance Attribute Details
#signed_uri ⇒ Google::Apis::MigrationcenterV1alpha1::SignedUri
Contains a signed URI.
Corresponds to the JSON property signedUri
9219 9220 9221 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 9219 def signed_uri @signed_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9226 9227 9228 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 9226 def update!(**args) @signed_uri = args[:signed_uri] if args.key?(:signed_uri) end |