ApiSubscriptionKeyParameterNamesArgs

data class ApiSubscriptionKeyParameterNamesArgs(val header: Output<String>, val query: Output<String>) : ConvertibleToJava<ApiSubscriptionKeyParameterNamesArgs>

Constructors

Link copied to clipboard
constructor(header: Output<String>, query: Output<String>)

Properties

Link copied to clipboard
val header: Output<String>

The name of the HTTP Header which should be used for the Subscription Key.

Link copied to clipboard
val query: Output<String>

The name of the QueryString parameter which should be used for the Subscription Key.

Functions

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