state property

String? state
getter/setter pair

The lifecycle state of the folder.

Updates to the state must be performed using DeleteFolder and UndeleteFolder.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "ACTIVE" : The normal and active state.
  • "DELETE_REQUESTED" : The folder has been marked for deletion by the user.

Implementation

core.String? state;