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-03-21 UTC."],[[["This page details the `DeleteServiceRequest` class, which is used to request the deletion of a service in Google Cloud Monitoring."],["The latest version of the `DeleteServiceRequest` class is 3.15.0, with versions ranging from 3.0.0 up to 3.15.0 and going as far back as 2.3.0 being available and linked."],["The `DeleteServiceRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteServiceRequest` class has properties such as `Name`, `ResourceName`, and `ServiceName` that are utilized to specify the service to be deleted."],["There are two constructors available for creating a `DeleteServiceRequest` instance: a default constructor and a constructor that takes another `DeleteServiceRequest` as a parameter."]]],[]]