project property

String? project
getter/setter pair

The project that this resource belongs to, in the form of projects/{PROJECT_NUMBER}.

This field is available when the resource belongs to a project. To search against project: * Use a field query. Example: project:12345 * Use a free text query. Example: 12345 * Specify the scope field as this project in your search request.

Implementation

core.String? project;