organization property

String? organization
getter/setter pair

The organization that this resource belongs to, in the form of organizations/{ORGANIZATION_NUMBER}.

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

Implementation

core.String? organization;