public sealed class DeleteGroupRequest : IMessage<DeleteGroupRequest>, IEquatable<DeleteGroupRequest>, IDeepCloneable<DeleteGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class DeleteGroupRequest.
The DeleteGroup request. The default behavior is to be able to delete a
single group without any descendants.
If this field is true, then the request means to delete a group with all
its descendants. Otherwise, the request means to delete a group only when
it has no descendants. The default value is false.
[[["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 provides documentation for the `DeleteGroupRequest` class within the Google Cloud Monitoring v3 API, with the latest version being 3.15.0."],["The `DeleteGroupRequest` class is used to delete monitoring groups and is part of the `Google.Cloud.Monitoring.V3` namespace in the Google Cloud .NET library."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with various .NET functionalities."],["The `DeleteGroupRequest` class has properties like `Name`, `GroupName`, `Recursive`, and `ResourceName`, allowing configuration of group deletion, including specifying whether to delete a group with or without its descendants."],["This documentation page offers a list of all versions of the `DeleteGroupRequest`, with versions ranging from 3.15.0 to 2.3.0, allowing for easy access to documentation for the different versions."]]],[]]