CacheKeyQueryStringActionParametersResponse

data class CacheKeyQueryStringActionParametersResponse(val queryParameters: String? = null, val queryStringBehavior: String, val typeName: String)

Defines the parameters for the cache-key query string action.

Constructors

constructor(queryParameters: String? = null, queryStringBehavior: String, typeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val queryParameters: String? = null

query parameters to include or exclude (comma separated).

Link copied to clipboard

Caching behavior for the requests

Link copied to clipboard