public sealed class DeleteLogRequest : IMessage<DeleteLogRequest>, IEquatable<DeleteLogRequest>, IDeepCloneable<DeleteLogRequest>, IBufferMessage, IMessage
[LOG_ID] must be URL-encoded. For example,
"projects/my-project-id/logs/syslog",
"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity".
For more information about log names, see
[LogEntry][google.logging.v2.LogEntry].
[[["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-04-09 UTC."],[[["This webpage details the `DeleteLogRequest` class within the `Google.Cloud.Logging.V2` namespace, specifically version 3.4.0, used for deleting logs."],["`DeleteLogRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `System.Object`."],["The class provides two constructors: a default constructor (`DeleteLogRequest()`) and a copy constructor (`DeleteLogRequest(DeleteLogRequest other)`)."],["Key properties of the class include `LogName`, which is a required string representing the resource name of the log to delete, and `LogNameAsLogName`, a `LogName`-typed view of the `LogName` property."],["The page provides links to past versions of the `DeleteLogRequest` class, going as far back as version 3.3.0 and as current as version 4.4.0, which is considered the latest."]]],[]]