public sealed class DeleteContentRequest : IMessage<DeleteContentRequest>, IEquatable<DeleteContentRequest>, IDeepCloneable<DeleteContentRequest>, IBufferMessage, IMessage
[[["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 documentation for the `DeleteContentRequest` class within the `Google.Cloud.Dataplex.V1` namespace in the .NET environment."],["The latest version of `DeleteContentRequest` documented is 3.6.0, and it offers documentation back to version 1.0.0, allowing users to reference past versions."],["The `DeleteContentRequest` class is used to define requests for deleting content, as part of the Google Cloud Dataplex API."],["The `DeleteContentRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a versatile tool."],["Key properties of `DeleteContentRequest` include `ContentName` (a typed view over the resource name) and `Name` (the string resource name of the content)."]]],[]]