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-03-21 UTC."],[[["This webpage details the `UpdateBackupRequest` class within the `Google.Cloud.Filestore.V1` namespace, used to update the description and/or labels of a backup."],["The class `UpdateBackupRequest` is part of the Google Cloud Filestore V1 library, it implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `UpdateBackupRequest` class has two constructors: a default constructor and one that accepts another `UpdateBackupRequest` object as a parameter, this is used for instantiation."],["Key properties of the class include `Backup`, which is a required field representing a backup resource, and `UpdateMask`, a required field indicating which fields should be updated."],["There are various versions of this class, from version 1.0.0 to the latest version 2.7.0, with links to their respective documentation."]]],[]]