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 information for the `DeleteContentRequest` class within the Google Cloud Dataplex V1 API, spanning versions from 1.0.0 to the latest 3.6.0."],["The `DeleteContentRequest` class is used to make a request to delete content and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for managing content deletion, including `ContentName`, which is a typed view of the resource name, and `Name`, a string representing the resource name."],["There are multiple versions of the `DeleteContentRequest` class provided, and the document shows all of the releases from 1.0.0 up to 3.6.0, which is the latest version."],["The document provides both a default constructor, `DeleteContentRequest()`, as well as an overload constructor that take another `DeleteContentRequest`, `DeleteContentRequest(DeleteContentRequest other)`."]]],[]]