Class: Google::Apis::MigrationcenterV1alpha1::InsightList
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::InsightList
- 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
Message containing insights list.
Instance Attribute Summary collapse
-
#insights ⇒ Array<Google::Apis::MigrationcenterV1alpha1::Insight>
Output only.
-
#update_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InsightList
constructor
A new instance of InsightList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InsightList
Returns a new instance of InsightList.
4411 4412 4413 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4411 def initialize(**args) update!(**args) end |
Instance Attribute Details
#insights ⇒ Array<Google::Apis::MigrationcenterV1alpha1::Insight>
Output only. Insights of the list.
Corresponds to the JSON property insights
4404 4405 4406 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4404 def insights @insights end |
#update_time ⇒ String
Output only. Update timestamp.
Corresponds to the JSON property updateTime
4409 4410 4411 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4409 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4416 4417 4418 4419 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4416 def update!(**args) @insights = args[:insights] if args.key?(:insights) @update_time = args[:update_time] if args.key?(:update_time) end |