Skip to content

BuilderQueryEditorReduceExpression🔗

Definition🔗

type BuilderQueryEditorReduceExpression struct {
    Property *azuremonitor.BuilderQueryEditorProperty `json:"property,omitempty"`
    Reduce *azuremonitor.BuilderQueryEditorProperty `json:"reduce,omitempty"`
    Parameters []azuremonitor.BuilderQueryEditorFunctionParameterExpression `json:"parameters,omitempty"`
    Focus *bool `json:"focus,omitempty"`
}

Methods🔗

UnmarshalJSONStrict🔗

UnmarshalJSONStrict implements a custom JSON unmarshalling logic to decode BuilderQueryEditorReduceExpression from JSON.

Note: the unmarshalling done by this function is strict. It will fail over required fields being absent from the input, fields having an incorrect type, unexpected fields being present, …

func (builderQueryEditorReduceExpression *BuilderQueryEditorReduceExpression) UnmarshalJSONStrict(raw []byte) error

Equals🔗

Equals tests the equality of two BuilderQueryEditorReduceExpression objects.

func (builderQueryEditorReduceExpression *BuilderQueryEditorReduceExpression) Equals(other BuilderQueryEditorReduceExpression) bool

Validate🔗

Validate checks all the validation constraints that may be defined on BuilderQueryEditorReduceExpression fields for violations and returns them.

func (builderQueryEditorReduceExpression *BuilderQueryEditorReduceExpression) Validate() error

See also🔗