version property

int? version
getter/setter pair

The version to create.

It is optional. If not specified, the version will be created with the max version ID of the subject increased by 1. If the version ID is specified, it will be used as the new version ID and must not be used by an existing version of the subject.

Optional.

Implementation

core.int? version;