GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest
import type { GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";
A single kind of update to apply to a label.
interface GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest {
createSelectionChoice?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest;
deleteSelectionChoice?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest;
disableSelectionChoice?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest;
enableSelectionChoice?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableSelectionChoiceRequest;
updateFieldType?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest;
updateSelectionChoiceProperties?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest;
}§Properties
§
Creates a field.
§
createSelectionChoice?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest
[src]Create a choice within a selection field.
§
Deletes a field from the label.
§
deleteSelectionChoice?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest
[src]Delete a choice within a selection field.
§
Disables the field.
§
disableSelectionChoice?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest
[src]Disable a choice within a selection field.
§
Enables the field.
§
enableSelectionChoice?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableSelectionChoiceRequest
[src]Enable a choice within a selection field.
§
Updates basic properties of a field.
§
Update field type and/or type options.
§
Updates the label properties.
§
updateSelectionChoiceProperties?: GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest
[src]Update a choice property within a selection field.