Class: Google::Apis::MigrationcenterV1::AggregateAssetsValuesResponse
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::AggregateAssetsValuesResponse
- 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
A response to a request to aggregated assets values.
Instance Attribute Summary collapse
-
#results ⇒ Array<Google::Apis::MigrationcenterV1::AggregationResult>
The aggregation results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AggregateAssetsValuesResponse
constructor
A new instance of AggregateAssetsValuesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AggregateAssetsValuesResponse
Returns a new instance of AggregateAssetsValuesResponse.
104 105 106 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 104 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results ⇒ Array<Google::Apis::MigrationcenterV1::AggregationResult>
The aggregation results.
Corresponds to the JSON property results
102 103 104 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 102 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
109 110 111 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 109 def update!(**args) @results = args[:results] if args.key?(:results) end |