public sealed class DeleteGroupRequest : IMessage<DeleteGroupRequest>, IEquatable<DeleteGroupRequest>, IDeepCloneable<DeleteGroupRequest>, IBufferMessage, IMessage
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-04-17 UTC."],[[["The latest version of the `DeleteGroupRequest` documentation is 3.15.0, but there are multiple other versions available ranging from 2.3.0 to 3.14.0, with the 2.3.0 version being featured with the detailed breakdown of the class."],["`DeleteGroupRequest` is a class used to define a request to delete a group in Google Cloud Monitoring, and by default, it can only delete groups without descendants."],["The `DeleteGroupRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `DeleteGroupRequest` include `Name` (the group to delete), `Recursive` (whether to delete a group with all descendants), `GroupName`, and `ResourceName` (resource name properties)."],["The `DeleteGroupRequest` has two constructors, one empty and the other for copying the request from another `DeleteGroupRequest` object."]]],[]]