lifecycleState property

String? lifecycleState
getter/setter pair

The lifecycle state of the folder.

Updates to the lifecycle_state must be performed via DeleteFolder and UndeleteFolder.

Output only. Possible string values are:

  • "LIFECYCLE_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? lifecycleState;