Skip to content

ExprTypeThresholdTimeRangeBuilder🔗

Constructor🔗

func NewExprTypeThresholdTimeRangeBuilder() *ExprTypeThresholdTimeRangeBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *ExprTypeThresholdTimeRangeBuilder) Build() (ExprTypeThresholdTimeRange, error)

From🔗

From is the start time of the query.

func (builder *ExprTypeThresholdTimeRangeBuilder) From(from string) *ExprTypeThresholdTimeRangeBuilder

To🔗

To is the end time of the query.

func (builder *ExprTypeThresholdTimeRangeBuilder) To(to string) *ExprTypeThresholdTimeRangeBuilder

See also🔗