getFunctionName method
Gets the Azure function name.
Returns the Azure function name.
Implementation
String? getFunctionName() {
return super.getAsNullableString('function_name');
}
Gets the Azure function name.
Returns the Azure function name.
String? getFunctionName() {
return super.getAsNullableString('function_name');
}