Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 829 Bytes

EventQueryField.md

File metadata and controls

19 lines (14 loc) · 829 Bytes

multibaas.model.EventQueryField

Load the model package

import 'package:multibaas/api.dart';

Properties

Name Type Description Notes
type FieldType
name String The field name. Either name or inputIndex is required if fieldType == \"input\". [optional]
inputIndex int The field's index, can be used in place of name. [optional]
alias String The name that will be used to return the field. [optional]
aggregator String The type of aggregation to perform on the field. [optional]

[Back to Model list] [Back to API list] [Back to README]