public sealed class DeleteContentRequest : IMessage<DeleteContentRequest>, IEquatable<DeleteContentRequest>, IDeepCloneable<DeleteContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteContentRequest.
[[["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-04-09 UTC."],[[["The latest version available for the `DeleteContentRequest` class is 3.6.0, which is part of the Google Cloud Dataplex V1 API."],["The `DeleteContentRequest` class is designed for deleting content within the Google Cloud Dataplex environment and can be found in the `Google.Cloud.Dataplex.V1` namespace."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling content deletion requests within the API."],["The `DeleteContentRequest` class includes properties such as `ContentName` and `Name`, which are used to identify the content resource to be deleted in the specified project, location, and lake."],["The class has multiple versions available for use, ranging from 1.0.0 up to 3.6.0."]]],[]]