public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
[[["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 document outlines the `GetBackupRequest` class within the `Google.Cloud.Filestore.V1` namespace, which is used to retrieve the state of a backup."],["The latest version available is 2.7.0, and the document details versions from 1.0.0 up to this version."],["`GetBackupRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default constructor and another that takes a `GetBackupRequest` object as a parameter."],["The `GetBackupRequest` class includes properties like `BackupName` (of type BackupName) and `Name` (of type String) that correspond to the resource name of a backup."]]],[]]