FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsdArgs

data class FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsdArgs(val cents: Output<Int>? = null, val dollars: Output<Int>? = null, val tenthFractionsOfACent: Output<Int>? = null) : ConvertibleToJava<FlowDefinitionHumanLoopConfigPublicWorkforceTaskPriceAmountInUsdArgs>

Constructors

constructor(cents: Output<Int>? = null, dollars: Output<Int>? = null, tenthFractionsOfACent: Output<Int>? = null)

Properties

Link copied to clipboard
val cents: Output<Int>? = null

The fractional portion, in cents, of the amount. Valid value range between 0 and 99.

Link copied to clipboard
val dollars: Output<Int>? = null

The whole number of dollars in the amount. Valid value range between 0 and 2.

Link copied to clipboard
val tenthFractionsOfACent: Output<Int>? = null

Fractions of a cent, in tenths. Valid value range between 0 and 9.

Functions

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