id property
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;
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.
core.String? id;