folders property

List<String>? folders
getter/setter pair

The folder(s) that this resource belongs to, in the form of folders/{FOLDER_NUMBER}.

This field is available when the resource belongs to one or more folders. To search against folders: * Use a field query. Example: folders:(123 OR 456) * Use a free text query. Example: 123 * Specify the scope field as this folder in your search request.

Implementation

core.List<core.String>? folders;