public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class DeleteServiceRequest.
[[["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 provides reference documentation for the `DeleteServiceRequest` class within the Google Cloud Monitoring v3 API, specifically for the .NET framework."],["The `DeleteServiceRequest` class is used to define requests for deleting a service in Google Cloud Monitoring, and it can be constructed in one of two ways, either empty, or with another `DeleteServiceRequest` object passed."],["The most recent version of the API documented on this page is 3.15.0, with older versions from 3.14.0 all the way back to 2.3.0 also having pages linked."],["The `DeleteServiceRequest` class inherits from the `object` class, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteServiceRequest` object can have 3 different properties, `Name`, `ResourceName` and `ServiceName` with the name being a required property used for identifying the Service to delete."]]],[]]