Class: Google::Apis::MigrationcenterV1alpha1::AggregateAssetsValuesResponse

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

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.



112
113
114
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 112

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

Instance Attribute Details

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

The aggregation results. Corresponds to the JSON property results



110
111
112
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 110

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



117
118
119
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 117

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