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-03-21 UTC."],[[["The latest version of the `DeleteLinkRequest` class in the Google Cloud Logging v2 API is 4.4.0, and older versions are available, ranging from 4.3.0 down to 3.3.0."],["`DeleteLinkRequest` is a class used as a parameter for deleting a link in the Google Cloud Logging v2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `Name` property, which is a required string representing the full resource name of the link to be deleted, following a specific format."],["The `LinkName` property is a strongly-typed view over the `Name` string property, for easier use of the link name."]]],[]]