Class: Google::Apis::MigrationcenterV1alpha1::AggregationResultCount
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::AggregationResultCount
- 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
The result of a count aggregation.
Instance Attribute Summary collapse
-
#value ⇒ Fixnum
Corresponds to the JSON property
value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AggregationResultCount
constructor
A new instance of AggregationResultCount.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AggregationResultCount
Returns a new instance of AggregationResultCount.
268 269 270 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 268 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ Fixnum
Corresponds to the JSON property value
266 267 268 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 266 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
273 274 275 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 273 def update!(**args) @value = args[:value] if args.key?(:value) end |