Class: Google::Apis::MigrationcenterV1::FstabEntryList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::FstabEntryList
- 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
Fstab content.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ FstabEntryList
constructor
A new instance of FstabEntryList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FstabEntryList
Returns a new instance of FstabEntryList.
1631 1632 1633 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1631 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::FstabEntry>
Fstab entries.
Corresponds to the JSON property entries
1629 1630 1631 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1629 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1636 1637 1638 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1636 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |