type property

String? type
getter/setter pair

The type of lock.

Output only. Possible string values are:

  • "LOCK_TYPE_UNSPECIFIED" : The lock type is unspecified.
  • "FULL" : The lock type is full.
  • "DELETE" : The lock type is delete.

Implementation

core.String? type;