public sealed class GetBackupPlanRequest : IMessage<GetBackupPlanRequest>, IEquatable<GetBackupPlanRequest>, IDeepCloneable<GetBackupPlanRequest>, 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 `GetBackupPlanRequest` class, which is used to request information about a specific BackupPlan in the Google Cloud GKE Backup service, with the latest version being 2.6.0 and 1.0.0-beta01 being the oldest listed."],["The `GetBackupPlanRequest` class inherits from `Object` and implements `IMessage\u003cGetBackupPlanRequest\u003e`, `IEquatable\u003cGetBackupPlanRequest\u003e`, `IDeepCloneable\u003cGetBackupPlanRequest\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["The class includes two constructors: a parameterless one and one that takes another `GetBackupPlanRequest` instance as an argument to copy it."],["The `GetBackupPlanRequest` class features two key properties: `BackupPlanName`, which provides a typed view over the resource name, and `Name`, a string property representing the fully qualified BackupPlan name which is required for the request."]]],[]]