GoogleAppsDriveLabelsV2DisableLabelRequest constructor
GoogleAppsDriveLabelsV2DisableLabelRequest({
- GoogleAppsDriveLabelsV2LifecycleDisabledPolicy? disabledPolicy,
- String? languageCode,
- String? updateMask,
- bool? useAdminAccess,
- GoogleAppsDriveLabelsV2WriteControl? writeControl,
Implementation
GoogleAppsDriveLabelsV2DisableLabelRequest({
this.disabledPolicy,
this.languageCode,
this.updateMask,
this.useAdminAccess,
this.writeControl,
});