Get Custom Api Plain Args
data class GetCustomApiPlainArgs(val apiName: String, val resourceGroupName: String, val subscriptionId: String? = null) : ConvertibleToJava<GetCustomApiPlainArgs>
Constructors
Link copied to clipboard
fun GetCustomApiPlainArgs(apiName: String, resourceGroupName: String, subscriptionId: String? = null)