GoogleAppsDriveLabelsV2LabelAppliedCapabilities constructor

GoogleAppsDriveLabelsV2LabelAppliedCapabilities({
  1. bool? canApply,
  2. bool? canRead,
  3. bool? canRemove,
})

Implementation

GoogleAppsDriveLabelsV2LabelAppliedCapabilities({
  this.canApply,
  this.canRead,
  this.canRemove,
});