GoogleAppsDriveLabelsV2SelectionLimits constructor

GoogleAppsDriveLabelsV2SelectionLimits({
  1. GoogleAppsDriveLabelsV2ListLimits? listLimits,
  2. int? maxChoices,
  3. int? maxDeletedChoices,
  4. int? maxDisplayNameLength,
  5. int? maxIdLength,
})

Implementation

GoogleAppsDriveLabelsV2SelectionLimits({
  this.listLimits,
  this.maxChoices,
  this.maxDeletedChoices,
  this.maxDisplayNameLength,
  this.maxIdLength,
});