GoogleAppsDriveLabelsV2LabelSchemaCapabilities constructor

GoogleAppsDriveLabelsV2LabelSchemaCapabilities({
  1. bool? canDelete,
  2. bool? canDisable,
  3. bool? canEnable,
  4. bool? canUpdate,
})

Implementation

GoogleAppsDriveLabelsV2LabelSchemaCapabilities({
  this.canDelete,
  this.canDisable,
  this.canEnable,
  this.canUpdate,
});