operatorType property

String? operatorType
getter/setter pair

Determines whether this constant represents a single version or a range of versions.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "EQUALS_TO" : Equals to the specified version.
  • "GREATER_THAN_EQUALS_TO" : Greater than or equals to the specified version.

Implementation

core.String? operatorType;