operator property

String? operator
getter/setter pair

Type of list operation to perform. Possible string values are:

  • "UNSPECIFIED" : Unspecified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ADD" : Add the restriction to the existing restrictions.
  • "REMOVE" : Remove the restriction from the existing restrictions.

Implementation

core.String? operator;