public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, 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-04-17 UTC."],[[["This page details the `DeleteServiceRequest` class, which is used to request the deletion of a service in Google Cloud Monitoring."],["The `DeleteServiceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["The class provides constructors for creating a new `DeleteServiceRequest` object, either empty or by copying data from an existing `DeleteServiceRequest` instance."],["It contains properties such as `Name`, `ResourceName`, and `ServiceName`, which are used to identify the service to be deleted, with `Name` being a required property."],["This documentation lists various versions of the `DeleteServiceRequest`, starting from the latest 3.15.0 down to 2.3.0, along with links to each version's specific details."]]],[]]