Constructs a new instance of the Folder class.
The unique identifier for the folder.
The name of the folder.
An optional object representing the associated folder-level environment.
Represents the environment associated with the folder. Provides access to folder-level environment variables.
A unique identifier for the folder.
The name of the folder.
Converts the folder instance into a plain JavaScript object representation.
An object containing the folder's id
, name
, and environment
properties.
The environment
property is also converted to its object representation.
Represents a folder with a unique identifier, name, and an associated environment.
The
Folder
class provides functionality to manage folder-level environment variables and convert the folder instance into a plain JavaScript object representation.