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 webpage 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`, showing its capabilities in message handling, equality checks, and cloning."],["The latest version available is 3.15.0, while also offering versions down to 2.3.0."],["It includes properties like `Name`, `ResourceName`, and `ServiceName`, which are necessary for specifying the service targeted for deletion."],["The class provides two constructors: a default constructor and one that takes another `DeleteServiceRequest` object as a parameter, for potentially creating a new instance based off another."]]],[]]