projectId property

String? projectId
getter/setter pair

The unique, user-assigned ID of the Project.

It must be 6 to 30 lowercase letters, digits, or hyphens. It must start with a letter. Trailing hyphens are prohibited. Example: tokyo-rain-123 Read-only after creation.

Implementation

core.String? projectId;