Class: Google::Apis::MigrationcenterV1::GuestInstalledApplicationList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::GuestInstalledApplicationList
- 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
Guest installed application list.
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::MigrationcenterV1::GuestInstalledApplication>
Application entries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GuestInstalledApplicationList
constructor
A new instance of GuestInstalledApplicationList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GuestInstalledApplicationList
Returns a new instance of GuestInstalledApplicationList.
1850 1851 1852 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1850 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::MigrationcenterV1::GuestInstalledApplication>
Application entries.
Corresponds to the JSON property entries
1848 1849 1850 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1848 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1855 1856 1857 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 1855 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |