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 page details the `DeleteSinkRequest` class, which is used to specify parameters for deleting a sink within Google Cloud Logging."],["The `DeleteSinkRequest` class is available in multiple versions, from 3.3.0 up to the latest 4.4.0, with version 3.4.0 specifically detailed on this page."],["This class inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors: a default constructor and one that accepts another `DeleteSinkRequest` object to copy its values, and also features two key properties: `SinkName` (string) and `SinkNameAsLogSinkName` (LogSinkName)."],["The `SinkName` property is required, providing the full resource name of the sink to be deleted."]]],[]]