writeOnly property

bool? get writeOnly
inherited

Relevant only for Schema Object properties definitions. Declares the property as "write only".

Implementation

bool? get readOnly;/// Relevant only for Schema Object properties definitions.
/// Declares the property as "write only".
bool? get writeOnly;