GoogleAppsDriveLabelsV2UpdateLabelEnabledAppSettingsRequest constructor
GoogleAppsDriveLabelsV2UpdateLabelEnabledAppSettingsRequest({
- GoogleAppsDriveLabelsV2LabelEnabledAppSettings? enabledAppSettings,
- String? languageCode,
- bool? useAdminAccess,
- String? view,
Implementation
GoogleAppsDriveLabelsV2UpdateLabelEnabledAppSettingsRequest({
this.enabledAppSettings,
this.languageCode,
this.useAdminAccess,
this.view,
});