public sealed class DeleteLogMetricRequest : IMessage<DeleteLogMetricRequest>, IEquatable<DeleteLogMetricRequest>, IDeepCloneable<DeleteLogMetricRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteLogMetricRequest.
[[["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 document provides reference information for the `DeleteLogMetricRequest` class within the Google Cloud Logging v2 API, specifically version 4.2.0."],["`DeleteLogMetricRequest` is used as the parameters to delete a log metric, and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors: a default constructor `DeleteLogMetricRequest()` and one that takes another `DeleteLogMetricRequest` as a parameter."],["The `DeleteLogMetricRequest` class has properties `MetricName` and `MetricNameAsLogMetricName`, where `MetricName` represents the resource name of the metric to be deleted and `MetricNameAsLogMetricName` is a typed view of the `MetricName`."],["The webpage lists the availability of the `DeleteLogMetricRequest` object across various versions of the API, from version 3.3.0 up to the latest version 4.4.0."]]],[]]