resourceValue property

String? resourceValue
getter/setter pair

How valuable this resource is. Possible string values are:

  • "RESOURCE_VALUE_UNSPECIFIED" : The resource value isn't specified.
  • "RESOURCE_VALUE_LOW" : This is a low-value resource.
  • "RESOURCE_VALUE_MEDIUM" : This is a medium-value resource.
  • "RESOURCE_VALUE_HIGH" : This is a high-value resource.

Implementation

core.String? resourceValue;