flip-rpc-client-go/dynamicquery/aggregate.go
2020-05-31 11:59:56 -04:00

10 lines
270 B
Go

package dynamicquery
// Aggregate builds aggregate operations
type Aggregate struct {
Field string `json:"field"`
Label string `json:"label"`
Operation string `json:"operation"`
DecimalAdjustment int `json:"decimal_adjustment"`
}