fileTypeFilter property

GoogleCloudContentwarehouseV1FileTypeFilter? fileTypeFilter
getter/setter pair

This filter specifies the types of files to return: ALL, FOLDER, or FILE.

If FOLDER or FILE is specified, then only either folders or files will be returned, respectively. If ALL is specified, both folders and files will be returned. If no value is specified, ALL files will be returned.

Implementation

GoogleCloudContentwarehouseV1FileTypeFilter? fileTypeFilter;