GoogleAppsDriveLabelsV2SelectionLimits constructor
GoogleAppsDriveLabelsV2SelectionLimits({
- GoogleAppsDriveLabelsV2ListLimits? listLimits,
- int? maxChoices,
- int? maxDeletedChoices,
- int? maxDisplayNameLength,
- int? maxIdLength,
Implementation
GoogleAppsDriveLabelsV2SelectionLimits({
this.listLimits,
this.maxChoices,
this.maxDeletedChoices,
this.maxDisplayNameLength,
this.maxIdLength,
});