getProtocol method
Gets the Azure function connection protocol.
Returns the Azure function connection protocol.
Implementation
String? getProtocol() {
return super.getAsNullableString('protocol');
}
Gets the Azure function connection protocol.
Returns the Azure function connection protocol.
String? getProtocol() {
return super.getAsNullableString('protocol');
}