Skip to content

ExprTypeResampleTimeRangeBuilder🔗

Constructor🔗

func NewExprTypeResampleTimeRangeBuilder() *ExprTypeResampleTimeRangeBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *ExprTypeResampleTimeRangeBuilder) Build() (ExprTypeResampleTimeRange, error)

From🔗

From is the start time of the query.

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

To🔗

To is the end time of the query.

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

See also🔗