GetLocalRulestackSupportInfoPlainArgs

data class GetLocalRulestackSupportInfoPlainArgs(val email: String? = null, val localRulestackName: String, val resourceGroupName: String) : ConvertibleToJava<GetLocalRulestackSupportInfoPlainArgs>

Constructors

Link copied to clipboard
constructor(email: String? = null, localRulestackName: String, resourceGroupName: String)

Properties

Link copied to clipboard
val email: String? = null

email address on behalf of which this API called

Link copied to clipboard

LocalRulestack resource name

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

Link copied to clipboard
open override fun toJava(): GetLocalRulestackSupportInfoPlainArgs