readOnly property

bool? readOnly
getter/setter pair

Whether this proxy is read-only.

A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.

Output only.

Implementation

core.bool? readOnly;