id property

String? id
getter/setter pair

The unique identifier (ID) for the organization.

The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits.

Implementation

core.String? id;