GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints constructor

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints({
  1. GoogleAppsDriveLabelsV2BadgeColors? badgeColors,
  2. String? badgePriority,
  3. GoogleAppsDriveLabelsV2BadgeColors? darkBadgeColors,
  4. bool? disabled,
  5. bool? hiddenInSearch,
  6. bool? shownInApply,
})

Implementation

GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints({
  this.badgeColors,
  this.badgePriority,
  this.darkBadgeColors,
  this.disabled,
  this.hiddenInSearch,
  this.shownInApply,
});