public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetBackupRequest.
[[["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-04-17 UTC."],[[["The `GetBackupRequest` class in the Google.Cloud.NetApp.V1 API is used to retrieve the state of a backup."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBackupRequest` class includes properties such as `BackupName` and `Name`, where `Name` is a required field specifying the resource name of the backup."],["There are multiple versions of the API, with version 1.8.0 being the latest and multiple version available dating back to 1.0.0."],["The class has two constructors: a default one and another that copies an existing `GetBackupRequest` object."]]],[]]