resolution property

String? resolution
getter/setter pair

What needs to happen to resolve the issue. Possible string values are:

  • "RESOLUTION_UNSPECIFIED" : Unspecified resolution, never used.
  • "USER_ACTION" : The user who provided the data must act in order to resolve the issue (for example by correcting some data).
  • "PENDING_PROCESSING" : The issue will be resolved automatically (for example image crawl or Google review). No action is required now. Resolution might lead to another issue (for example if crawl fails).

Implementation

core.String? resolution;