Range

更新时间:
复制 MD 格式

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 Double.MIN_VALUE to specify a minimum value.

to

double

Yes

The end value of the range. You can set the end value of the range to Double.MAX_VALUE to specify a maximum value.