GoogleAppsDriveLabelsV2FieldLimits constructor
GoogleAppsDriveLabelsV2FieldLimits({
- GoogleAppsDriveLabelsV2DateLimits? dateLimits,
- GoogleAppsDriveLabelsV2IntegerLimits? integerLimits,
- GoogleAppsDriveLabelsV2LongTextLimits? longTextLimits,
- int? maxDescriptionLength,
- int? maxDisplayNameLength,
- int? maxIdLength,
- GoogleAppsDriveLabelsV2SelectionLimits? selectionLimits,
- GoogleAppsDriveLabelsV2TextLimits? textLimits,
- GoogleAppsDriveLabelsV2UserLimits? userLimits,
Implementation
GoogleAppsDriveLabelsV2FieldLimits({
this.dateLimits,
this.integerLimits,
this.longTextLimits,
this.maxDescriptionLength,
this.maxDisplayNameLength,
this.maxIdLength,
this.selectionLimits,
this.textLimits,
this.userLimits,
});