Class: Google::Apis::MigrationcenterV1alpha1::OpenFileList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::OpenFileList
- 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
Open file list.
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::MigrationcenterV1alpha1::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.
4692 4693 4694 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4692 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1alpha1::OpenFileDetails>
Open file details entries.
Corresponds to the JSON property entries
4690 4691 4692 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4690 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4697 4698 4699 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4697 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |