We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9611c0 commit 43186f2Copy full SHA for 43186f2
Functions/InvokeFunctionOptions.cs
@@ -184,6 +184,10 @@ public bool Equals(FunctionRegion other)
184
public static explicit operator FunctionRegion(string region) =>
185
new FunctionRegion(region);
186
187
+ /// <summary>
188
+ /// Returns a string representation of the FunctionRegion instance.
189
+ /// </summary>
190
+ /// <returns>A string that represents the current FunctionRegion instance.</returns>
191
public override string ToString() => _region;
192
}
193
0 commit comments