status property

String? status
getter/setter pair

The status of the destination. Possible string values are:

  • "UNKNOWN" : Unspecified status, never used.
  • "ACTIVE" : The product is used for this destination.
  • "PENDING" : The decision is still pending.
  • "DISAPPROVED" : The product is disapproved. Please look at the issues.

Implementation

core.String? status;