public sealed class GetBackupPlanRequest : IMessage<GetBackupPlanRequest>, IEquatable<GetBackupPlanRequest>, IDeepCloneable<GetBackupPlanRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class GetBackupPlanRequest.
[[["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 page provides documentation for the `GetBackupPlanRequest` class within the Google Cloud Backup and DR Service v1 API, specifically for .NET development."],["The `GetBackupPlanRequest` class is a request message used to retrieve a `BackupPlan`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `BackupPlanName` and `Name`, the latter of which is a required string field specifying the resource name of the `BackupPlan` to fetch, following a defined format."],["There are multiple versions available, ranging from 1.0.0-beta02 up to 2.1.0 (latest), with the present documentation focused on version 1.2.0, and the provided classes inherit from the base `object` class."]]],[]]