Represents a single entry in a directory.
| JSON representation |
|---|
{ // Union field |
Fields
Union field
entry
. The entry's contents. entry
can be only one of the following:file
string
A file in the directory.
directory
string
A child directory in the directory.

