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."],[[["The `GetBackupRequest` class is used to retrieve the state of a backup in Google Cloud Filestore."],["This class is part of the `Google.Cloud.Filestore.V1` namespace within the `Google.Cloud.Filestore.V1.dll` assembly."],["It has a public constructor and accepts an optional `GetBackupRequest` object as a parameter in its copy constructor."],["The class contains properties `BackupName` (of type `BackupName`) and `Name` (of type `String`) for managing the backup resource name."],["The `GetBackupRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, which includes members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]