public sealed class DeleteLinkRequest : IMessage<DeleteLinkRequest>, IEquatable<DeleteLinkRequest>, IDeepCloneable<DeleteLinkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteLinkRequest.
[[["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-04-09 UTC."],[[["This webpage provides reference documentation for the `DeleteLinkRequest` class within the Google Cloud Logging v2 API for .NET, specifically version 4.3.0."],["`DeleteLinkRequest` is a class used to define the parameters needed to delete a link resource in Google Cloud Logging, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteLinkRequest` class has two constructors, a default one and another that takes an existing `DeleteLinkRequest` object as a parameter for cloning."],["The `DeleteLinkRequest` class has two properties, `LinkName` of type `LinkName` and `Name` of type `string`, which are essential for identifying the link resource to be deleted."],["The page lists all available versions of `DeleteLinkRequest` documentation, from 3.3.0 to the latest 4.4.0, along with their respective links."]]],[]]