Class: Google::Apis::MigrationcenterV1::OpenFileList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::OpenFileList
- 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
Open file list.
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::MigrationcenterV1::OpenFileDetails>
Open file details entries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OpenFileList
constructor
A new instance of OpenFileList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OpenFileList
Returns a new instance of OpenFileList.
3370 3371 3372 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3370 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::OpenFileDetails>
Open file details entries.
Corresponds to the JSON property entries
3368 3369 3370 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3368 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3375 3376 3377 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3375 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |