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."],[[["The `DeleteServiceRequest` class is used to request the deletion of a service in the Google Cloud Monitoring API, specifically within the `Google.Cloud.Monitoring.V3` namespace."],["Version 3.15.0 is the latest version available, while the webpage details versions ranging from 2.3.0 up to 3.15.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable\u003cDeleteServiceRequest\u003e`, `IDeepCloneable\u003cDeleteServiceRequest\u003e`, and `IBufferMessage`."],["The `DeleteServiceRequest` class has two constructors: a parameterless constructor and one that takes another `DeleteServiceRequest` object as a parameter, allowing for the creation of new instances based on existing ones."],["The `Name` property of the `DeleteServiceRequest` class is a required string that specifies the resource name of the service to delete, and the associated `ServiceName` and `ResourceName` are typed views over it."]]],[]]