public sealed class DeleteDataScanRequest : IMessage<DeleteDataScanRequest>, IEquatable<DeleteDataScanRequest>, IDeepCloneable<DeleteDataScanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteDataScanRequest.
Required. The resource name of the dataScan:
projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
where project refers to a project_id or project_number and
location_id refers to a GCP region.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This webpage provides reference documentation for the `DeleteDataScanRequest` class within the Google Cloud Dataplex v1 API for .NET, specifically version 3.1.0."],["The `DeleteDataScanRequest` class is used to construct requests for deleting data scans, which includes details like the resource name of the scan."],["The page lists various versions of the `DeleteDataScanRequest` class, ranging from version 1.0.0 up to the latest, 3.6.0, allowing developers to access the different version releases."],["The `DeleteDataScanRequest` class inherits from the `object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteDataScanRequest` include `DataScanName` (a typed view of the resource name) and `Name`, which specifies the full resource name of the data scan to be deleted."]]],[]]