DirectoryEntry

Represents a single entry in a directory.

JSON representation
{

  // Union field entry can be only one of the following:
  "file": string,
  "directory": string
  // End of list of possible types for union field entry.
}
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.