public sealed class DeleteSinkRequest : IMessage<DeleteSinkRequest>, IEquatable<DeleteSinkRequest>, IDeepCloneable<DeleteSinkRequest>, 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-21 UTC."],[[["This webpage details the `DeleteSinkRequest` class, which is used to specify parameters for deleting a sink within Google Cloud Logging."],["The `DeleteSinkRequest` class is a part of the `Google.Cloud.Logging.V2` namespace and is available in the `Google.Cloud.Logging.V2.dll` assembly."],["The class includes properties like `SinkName` (a string) and `SinkNameAsLogSinkName` (a `LogSinkName` type) to specify the sink to be deleted by its name or a typed resource name."],["`DeleteSinkRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["There are multiple versions of the `DeleteSinkRequest`, starting from 3.3.0 up to 4.4.0, with 4.4.0 being the most recent, all available on the left hand side of the web page."]]],[]]