state property

String? state
getter/setter pair

The state of the rules resource.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The rules state are unspecified or unknown in this version.
  • "ACCEPTED" : The rules have been accepted for scoring impressions.
  • "REJECTED" : The rules have been rejected by backend pipelines. They may have errors.

Implementation

core.String? state;