getProtocol method

String? getProtocol()

Gets the Azure function connection protocol.

Returns the Azure function connection protocol.

Implementation

String? getProtocol() {
  return super.getAsNullableString('protocol');
}