toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.cognitiveservices.kotlin.outputs
/
CommitmentQuotaResponse
Commitment
Quota
Response
data
class
CommitmentQuotaResponse
(
val
quantity
:
Double
?
=
null
,
val
unit
:
String
?
=
null
)
Cognitive Services account commitment quota.
Members
Constructors
Commitment
Quota
Response
Link copied to clipboard
constructor
(
quantity
:
Double
?
=
null
,
unit
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
quantity
Link copied to clipboard
val
quantity
:
Double
?
=
null
Commitment quota quantity.
unit
Link copied to clipboard
val
unit
:
String
?
=
null
Commitment quota unit.