pulumi-cloudflare-kotlin
4.16.0.1
pulumi-cloudflare-kotlin
/
com.pulumi.cloudflare.kotlin.outputs
/
RateLimitMatchResponse
Rate
Limit
Match
Response
data
class
RateLimitMatchResponse
(
val
headers
:
List
<
Map
<
String
,
String
>
>
?
=
null
,
val
originTraffic
:
Boolean
?
=
null
,
val
statuses
:
List
<
Int
>
?
=
null
)
Types
Constructors
Properties
Constructors
Rate
Limit
Match
Response
Link copied to clipboard
fun
RateLimitMatchResponse
(
headers
:
List
<
Map
<
String
,
String
>
>
?
=
null
,
originTraffic
:
Boolean
?
=
null
,
statuses
:
List
<
Int
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
headers
Link copied to clipboard
val
headers
:
List
<
Map
<
String
,
String
>
>
?
=
null
origin
Traffic
Link copied to clipboard
val
originTraffic
:
Boolean
?
=
null
statuses
Link copied to clipboard
val
statuses
:
List
<
Int
>
?
=
null