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 the parameters for deleting a log sink in Google Cloud Logging V2."],["The `DeleteSinkRequest` class is part of the `Google.Cloud.Logging.V2` namespace and is found within the `Google.Cloud.Logging.V2.dll` assembly."],["The latest version available for viewing is 4.4.0, and this page pertains specifically to version 4.0.0, with older versions also being available to browse."],["The `DeleteSinkRequest` class includes properties such as `SinkName` (a string) and `SinkNameAsLogSinkName` (a LogSinkName object) to identify the sink to be deleted."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is constructable using both a default constructor and a constructor that accepts another `DeleteSinkRequest` instance."]]],[]]