Class: NewDemoApiClient::Scaling
- Inherits:
-
Object
- Object
- NewDemoApiClient::Scaling
- Defined in:
- lib/test_sdk/types/scaling.rb
Overview
The scaling type of the column. Geometric indicates exponential changes are
expected, while arithmetic indicates linear changes.
Constant Summary collapse
- GEOMETRIC =
"geometric"
- ARITHMETIC =
"arithmetic"