Type Definition lexoffice::ReadOnly[][src]

type ReadOnly<T> = Option<T>;

Marks a field as readonly. The user is not allowed to set this field, but it may be sent by the server.