Class: Google::Apis::MigrationcenterV1alpha1::OutputFileList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::OutputFileList
- 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 list of output files.
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::MigrationcenterV1alpha1::OutputFile>
List of output files.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OutputFileList
constructor
A new instance of OutputFileList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OutputFileList
Returns a new instance of OutputFileList.
5131 5132 5133 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 5131 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1alpha1::OutputFile>
List of output files.
Corresponds to the JSON property entries
5129 5130 5131 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 5129 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5136 5137 5138 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 5136 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |