inputOnly constant
FieldBehavior
const inputOnly
Denotes a field as input only. This indicates that the field is provided in requests, and the corresponding field is not included in output.
Implementation
static const inputOnly = FieldBehavior('INPUT_ONLY');