status property

String? status
getter/setter pair

The status of the link between an asset and asset group. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : Asset link is enabled.
  • "REMOVED" : Asset link has been removed.
  • "PAUSED" : Asset link is paused.

Implementation

core.String? status;