type property

String? type
getter/setter pair

Type of the condition.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Condition type is unspecified.
  • "TYPE_READY" : Condition type is ready.
  • "TYPE_SYNCHRONIZED" : Condition type is synchronized.

Implementation

core.String? type;