role property

String? role
getter/setter pair

The connection profile role.

Optional. Possible string values are:

  • "ROLE_UNSPECIFIED" : The role is unspecified.
  • "SOURCE" : The role is source.
  • "DESTINATION" : The role is destination.

Implementation

core.String? role;