GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse constructor
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse({
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse? createField,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse? createSelectionChoice,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse? deleteField,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse? deleteSelectionChoice,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse? disableField,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse? disableSelectionChoice,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse? enableField,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse? enableSelectionChoice,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse? updateField,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse? updateFieldType,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse? updateLabel,
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse? updateSelectionChoiceProperties,
Implementation
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse({
this.createField,
this.createSelectionChoice,
this.deleteField,
this.deleteSelectionChoice,
this.disableField,
this.disableSelectionChoice,
this.enableField,
this.enableSelectionChoice,
this.updateField,
this.updateFieldType,
this.updateLabel,
this.updateSelectionChoiceProperties,
});