readOnly property

bool? readOnly
getter/setter pair

The value is read-only, generated by the service.

The value cannot be modified by the client. If the value is included in a POST, PUT, or PATCH request, it is ignored by the service.

Implementation

core.bool? readOnly;