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."],[[["This webpage provides reference documentation for the `GetBackupRequest` class within the Google Cloud NetApp v1 API, specifically version 1.6.0, and contains a list of other versions."],["`GetBackupRequest` is used to retrieve the state of a backup and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and contains two constructors: a default constructor and one that takes another `GetBackupRequest` object as a parameter."],["The `GetBackupRequest` class has two main properties, `BackupName` which is a typed view of the backup name and `Name`, a string that is the required resource name of the backup."],["The documentation shows the available versions of `GetBackupRequest`, with version 1.8.0 being the latest."]]],[]]