id property

int? id
getter/setter pair

The schema ID of the schema.

If not specified, the schema ID will be generated by the server. If the schema ID is specified, it must not be used by an existing schema that is different from the schema to be created.

Optional.

Implementation

core.int? id;