teamFolderName property

String? teamFolderName
getter/setter pair

The resource name of the TeamFolder that this Folder is associated with.

This should take the format: projects/{project}/locations/{location}/teamFolders/{teamFolder}. If this is not set, the Folder is not associated with a TeamFolder and is a UserFolder.

Output only.

Implementation

core.String? teamFolderName;