public sealed class UpdateBackupRequest : IMessage<UpdateBackupRequest>, IEquatable<UpdateBackupRequest>, IDeepCloneable<UpdateBackupRequest>, IBufferMessage, IMessage
UpdateBackupRequest updates description and/or labels for a backup.
[[["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-09 UTC."],[[["The `UpdateBackupRequest` class, part of the `Google.Cloud.Filestore.V1` namespace, is used to update the description and/or labels of a backup."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of `UpdateBackupRequest`, with the latest being version 2.7.0 and this documentation being version 2.0.0, alongside versions going back to 1.0.0."],["The `UpdateBackupRequest` class has two constructors: a parameterless constructor and one that takes another `UpdateBackupRequest` object."],["It contains two key properties: `Backup`, which represents the backup resource and is a required field, and `UpdateMask`, which specifies the fields that are to be updated."]]],[]]