RuleGroupBodyArgs

data class RuleGroupBodyArgs(val oversizeHandling: Output<RuleGroupOversizeHandling>? = null) : ConvertibleToJava<RuleGroupBodyArgs>

The body of a web request. This immediately follows the request headers.

Constructors

Link copied to clipboard
fun RuleGroupBodyArgs(oversizeHandling: Output<RuleGroupOversizeHandling>? = null)

Functions

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

Properties

Link copied to clipboard