pub const INPUT_ONLY: FieldBehavior;Expand description
Denotes a field as input only. This indicates that the field is provided in requests, and the corresponding field is not included in output.
pub const INPUT_ONLY: FieldBehavior;Denotes a field as input only. This indicates that the field is provided in requests, and the corresponding field is not included in output.