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.



103
104
105
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 103

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resultsArray<Google::Apis::MigrationcenterV1::AggregationResult>

The aggregation results. Corresponds to the JSON property results



101
102
103
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 101

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



108
109
110
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 108

def update!(**args)
  @results = args[:results] if args.key?(:results)
end