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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]