LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd constructor
const
LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd({})
Creates a new LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd.
cents Fractional portion, in cents, of the amount.
dollars Whole number of dollars in the amount.
tenthFractionsOfACent Fractions of a cent, in tenths.
Implementation
const LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd({
this.cents,
this.dollars,
this.tenthFractionsOfACent,
});