status property

String? status
getter/setter pair

The status of the asset group. Possible string values are:

  • "UNSPECIFIED" : The status has not been specified.
  • "UNKNOWN" : The received value is not known in this version.
  • "ENABLED" : The asset group is enabled.
  • "PAUSED" : The asset group is paused.
  • "REMOVED" : The asset group is removed.

Implementation

core.String? status;