state property

String? state
getter/setter pair

The state of the LFP link.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "ACTIVE" : The review process has concluded successfully. The reviewed item is active.
  • "FAILED" : The review process failed.
  • "RUNNING" : The review process is running.
  • "ACTION_REQUIRED" : The review process is waiting for the merchant to take action.

Implementation

core.String? state;