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 webpage details the `GetBackupRequest` class within the `Google.Cloud.Filestore.V1` namespace, which is used to retrieve the state of a backup."],["The `GetBackupRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available for `GetBackupRequest`, one default and another taking an existing `GetBackupRequest` object."],["The class has two properties, `BackupName` which provides a typed view of the backup resource name, and `Name`, a string representing the full backup resource name."],["The webpage also shows a history of versions from 1.0.0 up to the most recent 2.7.0 for the `GetBackupRequest` class."]]],[]]