public sealed class DeleteLogRequest : IMessage<DeleteLogRequest>, IEquatable<DeleteLogRequest>, IDeepCloneable<DeleteLogRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteLogRequest.
[[["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 provides documentation for the `DeleteLogRequest` class within the Google Cloud Logging v2 API, specifically for version 4.3.0."],["The `DeleteLogRequest` class is used as a parameter for the `DeleteLog` function, facilitating the deletion of logs in various resource scopes."],["It inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes another `DeleteLogRequest` object as a parameter, alongside two properties `LogName` and `LogNameAsLogName` allowing for log identification and deletion."],["It provides documentation for versions ranging from 3.3.0 to the latest 4.4.0, with links to each of those versions documentation."]]],[]]