GoogleAppsDriveLabelsV2UpdateLabelEnabledAppSettingsRequest constructor

GoogleAppsDriveLabelsV2UpdateLabelEnabledAppSettingsRequest({
  1. GoogleAppsDriveLabelsV2LabelEnabledAppSettings? enabledAppSettings,
  2. String? languageCode,
  3. bool? useAdminAccess,
  4. String? view,
})

Implementation

GoogleAppsDriveLabelsV2UpdateLabelEnabledAppSettingsRequest({
  this.enabledAppSettings,
  this.languageCode,
  this.useAdminAccess,
  this.view,
});