toggle menu
pulumi-cloudflare-kotlin
6.2.1.0
jvm
switch theme
search in API
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
RulesetRuleActionParametersResponse
Ruleset
Rule
Action
Parameters
Response
data
class
RulesetRuleActionParametersResponse
(
val
content
:
String
,
val
contentType
:
String
,
val
statusCode
:
Int
)
Members
Constructors
Ruleset
Rule
Action
Parameters
Response
Link copied to clipboard
constructor
(
content
:
String
,
contentType
:
String
,
statusCode
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
val
content
:
String
The content to return.
content
Type
Link copied to clipboard
val
contentType
:
String
The type of the content to return.
status
Code
Link copied to clipboard
val
statusCode
:
Int
The status code to return.