toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.web.kotlin.outputs
/
RequestsBasedTriggerResponse
Requests
Based
Trigger
Response
data
class
RequestsBasedTriggerResponse
(
val
count
:
Int
?
=
null
,
val
timeInterval
:
String
?
=
null
)
Trigger based on total requests.
Members
Constructors
Requests
Based
Trigger
Response
Link copied to clipboard
constructor
(
count
:
Int
?
=
null
,
timeInterval
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
val
count
:
Int
?
=
null
Request Count.
time
Interval
Link copied to clipboard
val
timeInterval
:
String
?
=
null
Time interval.