GetResponseHeadersPolicyPlainArgs

data class GetResponseHeadersPolicyPlainArgs(val id: String? = null, val name: String? = null) : ConvertibleToJava<GetResponseHeadersPolicyPlainArgs>

A collection of arguments for invoking getResponseHeadersPolicy.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null)

Properties

Link copied to clipboard
val id: String? = null

Identifier for the response headers policy.

Link copied to clipboard
val name: String? = null

Unique name to identify the response headers policy.

Functions

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