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.
4003 4004 4005 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4003 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
4001 4002 4003 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4001 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4008 4009 4010 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4008 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |