Specifies the configuration information about a range for a group.
Data structure
message Range {
optional double from = 1;
optional double to = 2;
}
Parameter | Type | Required | Description |
from | double | Yes | The start value of the range. You can set the start value of the range to |
to | double | Yes | The end value of the range. You can set the end value of the range to |