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.
3295 3296 3297 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3295 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
3293 3294 3295 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3293 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3300 3301 3302 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 3300 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |