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-03-21 UTC."],[[["This document provides reference documentation for the `GetBackupRequest` class within the Google Cloud NetApp v1 API, specifically version 1.2.0, which is designed to retrieve the state of a backup."],["The `GetBackupRequest` class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetBackupRequest\u003e`, `IDeepCloneable\u003cGetBackupRequest\u003e`, and `IBufferMessage`, offering methods and properties for interacting with backup data."],["The class has two constructors: a default `GetBackupRequest()` and another `GetBackupRequest(GetBackupRequest other)` for creating copies, with the latter constructor taking another `GetBackupRequest` object as a parameter."],["It contains two properties, `BackupName` of type `BackupName`, and `Name` of type `string`, where `Name` is a required field that represents the backup resource name."],["The most recent version available is 1.8.0, and there are links available to navigate through several different versions down to 1.0.0."]]],[]]