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."],[[["This webpage details the `DeleteGroupRequest` class within the `Google.Cloud.Monitoring.V3` namespace, used for deleting monitoring groups in Google Cloud."],["The content provides a version history of `DeleteGroupRequest`, spanning from version 2.3.0 to the latest version 3.15.0."],["The `DeleteGroupRequest` class allows users to delete a monitoring group, with an option to recursively delete all descendant groups if specified."],["The `DeleteGroupRequest` class has properties such as `Name` to specify the group to delete, `Recursive` to specify whether to include descendants, and `GroupName` and `ResourceName` to provide resource name-typed views."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]