import 'package:multibaas/api.dart';
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] |