LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd constructor

const LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd({
  1. Input<int?>? cents,
  2. Input<int?>? dollars,
  3. Input<int?>? tenthFractionsOfACent,
})

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,
});