Class DeleteTeamFolderTreeRequest (0.10.0)

DeleteTeamFolderTreeRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

DeleteTeamFolderTree request message.

Attributes

Name Description
name str
Required. The TeamFolder's name. Format: projects/{project}/locations/{location}/teamFolders/{team_folder}
force bool
Optional. If false (default): The operation will fail if any Repository within the folder hierarchy has associated Release Configs or Workflow Configs. If true: The operation will attempt to delete everything, including any Release Configs and Workflow Configs linked to Repositories within the folder hierarchy. This permanently removes schedules and resources.