Class: Google::Apis::MigrationcenterV1::AggregateAssetsValuesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#resultsArray<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