public sealed class UpdateBackupRequest : IMessage<UpdateBackupRequest>, IEquatable<UpdateBackupRequest>, IDeepCloneable<UpdateBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class UpdateBackupRequest.
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."],[[["The `UpdateBackupRequest` class in the Cloud Filestore v1 API allows users to modify the description and/or labels of a backup."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateBackupRequest` class has two constructors: a default constructor and a constructor that accepts another `UpdateBackupRequest` object."],["It features properties such as `Backup` (a backup resource) and `UpdateMask` (a mask indicating which fields to update)."],["The provided documentation covers versions of the `UpdateBackupRequest` class ranging from 1.0.0 to 2.7.0, with 2.7.0 being the latest."]]],[]]