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"]],[["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."],[[["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."]]],[]]