type property

String? type
getter/setter pair

The type of the test of the assigned connection.

The only type actually supported is DEFAULT.

Optional. Possible string values are:

  • "TEST_TYPE_UNSPECIFIED" : The default value. This value is unused.
  • "DEFAULT" : The default connection test.

Implementation

core.String? type;