OBJECT
A path or pattern defining the data excluded from NAS Cloud Direct objects.
type Exclude {# Excludes paths relative to the root of the user issuing the excluding task. Does # not distinguish between files and directories.path: String! # Pattern excludes paths relative to the root using glob patterns. Directories are # indicated with a trailing '/'.pattern: String! }