folders property

List<Folder>? folders
getter/setter pair

Contains a Folder message for each folder in the assets ancestry.

The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

Implementation

core.List<Folder>? folders;