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 webpage details the `DeleteServiceRequest` class within the `Google.Cloud.Monitoring.V3` namespace, used for requesting the deletion of a service."],["The class is part of version 3.1.0 of the Google Cloud Monitoring library, with links provided to versions ranging from 2.3.0 up to the latest 3.15.0."],["`DeleteServiceRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from the base `Object` class."],["The class has properties such as `Name`, `ResourceName`, and `ServiceName`, with `Name` being the required field specifying the resource name of the service to delete, in the format of `projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]`."],["There are two constructors, a parameterless one, and one that accepts another `DeleteServiceRequest` instance to create a copy."]]],[]]