id property

String? id
getter/setter pair

ID of the partition, which is how users will identify it.

Must conform to [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric, and at most 63 characters).

Required.

Implementation

core.String? id;