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-03-25 UTC."],[[["This document provides reference documentation for the `DeleteContentRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The `DeleteContentRequest` class is used to define a request to delete content in Google Cloud Dataplex."],["The documentation details the class's implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing the ability to handle message operations, equality checks, deep cloning, and buffering."],["The `DeleteContentRequest` class includes properties like `ContentName` and `Name` to identify the content targeted for deletion, and it is contained within the `Google.Cloud.Dataplex.V1` namespace."],["The page lists available versions of this documentation, with version 3.6.0 being the latest, and all versions are linked to the same `DeleteContentRequest` class."]]],[]]