public sealed class DeleteLogMetricRequest : IMessage<DeleteLogMetricRequest>, IEquatable<DeleteLogMetricRequest>, IDeepCloneable<DeleteLogMetricRequest>, 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 provides documentation for the `DeleteLogMetricRequest` class within the `Google.Cloud.Logging.V2` namespace, detailing its usage and structure."],["The `DeleteLogMetricRequest` class is a sealed class designed for handling parameters required to delete a log metric, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this tool is version 4.4.0, but the current page is dedicated to version 3.4.0 of the `DeleteLogMetricRequest` class, and there is a list of other versions available for reference."],["The `DeleteLogMetricRequest` class contains two constructors, allowing for default instantiation or cloning an existing instance, and has two properties `MetricName` and `MetricNameAsLogMetricName`."],["The `MetricName` property, which is a required string, represents the resource name of the metric to be deleted, while the `MetricNameAsLogMetricName` property provides a strongly-typed `LogMetricName` view of the `MetricName`."]]],[]]