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-04-17 UTC."],[[["This page provides documentation for the `DeleteGroupRequest` class within the Google Cloud Monitoring v3 API, detailing its functionality for deleting groups."],["The latest version documented is 3.15.0, but there are many prior versions of the API available with reference links to documentation."],["The `DeleteGroupRequest` class allows for the deletion of a specific group, with the option to delete all descendant groups if the `Recursive` property is set to `true`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties such as `Name`, `GroupName`, `Recursive` and `ResourceName` for handling the delete operations."],["The documentation provides parameter details and property value types for each property, which shows the class's structure, along with available constructors and inherited members."]]],[]]