GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest constructor
GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest({
- String? fieldId,
- String? id,
- GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceProperties? properties,
- String? updateMask,
Implementation
GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest({
this.fieldId,
this.id,
this.properties,
this.updateMask,
});