public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class DeleteBackupRequest.
Required. Redis backup resource name using the form:
projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `DeleteBackupRequest` class is 1.4.0, with other versions available ranging from 1.0.0 to 1.3.0."],["`DeleteBackupRequest` is a class in the Google Cloud Memorystore for Redis (cluster management) v1 API, designed for handling requests to delete a backup."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteBackupRequest` class include `BackupName`, which provides a typed view over the resource name, `Name`, which specifies the Redis backup resource path, and `RequestId`, which is an optional field for an idempotent request UUID."],["The class offers two constructors, one default and one to duplicate an existing `DeleteBackupRequest` object."]]],[]]