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-21 UTC."],[[["This webpage provides reference documentation for the `DeleteContentRequest` class within the Google Cloud Dataplex v1 API for .NET."],["The latest version of the API documented here is 3.6.0, with a list of previous versions ranging down to 1.0.0."],["The `DeleteContentRequest` class is used to define the request parameters for deleting content in the Dataplex service."],["Key components of `DeleteContentRequest` include the `ContentName` property, which is a typed view over the `Name` resource, and the `Name` property, which is a required string representing the resource name of the content."],["The `DeleteContentRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]