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."],[[["The webpage details the `DeleteContentRequest` class within the `Google.Cloud.Dataplex.V1` namespace, serving as a request object for deleting content."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in handling messages, comparing objects, deep cloning, and buffering."],["The `DeleteContentRequest` class contains two primary properties: `ContentName`, a typed view, and `Name`, a string that specifies the required resource name of the content to be deleted."],["The page provides links to documentation for various versions of the `Google.Cloud.Dataplex.V1` package, from version 1.0.0 to the latest, 3.6.0, enabling users to access information for specific versions."],["The `DeleteContentRequest` class can be initialized using an empty constructor, or by using a constructor that accepts another instance of itself."]]],[]]