GoogleAppsDriveLabelsV2FieldLimits constructor

GoogleAppsDriveLabelsV2FieldLimits({
  1. GoogleAppsDriveLabelsV2DateLimits? dateLimits,
  2. GoogleAppsDriveLabelsV2IntegerLimits? integerLimits,
  3. GoogleAppsDriveLabelsV2LongTextLimits? longTextLimits,
  4. int? maxDescriptionLength,
  5. int? maxDisplayNameLength,
  6. int? maxIdLength,
  7. GoogleAppsDriveLabelsV2SelectionLimits? selectionLimits,
  8. GoogleAppsDriveLabelsV2TextLimits? textLimits,
  9. GoogleAppsDriveLabelsV2UserLimits? userLimits,
})

Implementation

GoogleAppsDriveLabelsV2FieldLimits({
  this.dateLimits,
  this.integerLimits,
  this.longTextLimits,
  this.maxDescriptionLength,
  this.maxDisplayNameLength,
  this.maxIdLength,
  this.selectionLimits,
  this.textLimits,
  this.userLimits,
});