Class: Google::Apis::MigrationcenterV1::XlsxOutputFile
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::XlsxOutputFile
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1/classes.rb,
lib/google/apis/migrationcenter_v1/representations.rb,
lib/google/apis/migrationcenter_v1/representations.rb
Overview
Contains a single output file of type XLSX.
Instance Attribute Summary collapse
-
#signed_uri ⇒ Google::Apis::MigrationcenterV1::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.
6818 6819 6820 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 6818 def initialize(**args) update!(**args) end |
Instance Attribute Details
#signed_uri ⇒ Google::Apis::MigrationcenterV1::SignedUri
Contains a signed URI.
Corresponds to the JSON property signedUri
6816 6817 6818 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 6816 def signed_uri @signed_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6823 6824 6825 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 6823 def update!(**args) @signed_uri = args[:signed_uri] if args.key?(:signed_uri) end |