public sealed class RestoreBackupResponse : IMessage<RestoreBackupResponse>, IEquatable<RestoreBackupResponse>, IDeepCloneable<RestoreBackupResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class RestoreBackupResponse.
[[["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 documentation provides details for the `RestoreBackupResponse` class within the Google Cloud Backup and DR Service v1 API, specifically for version 1.2.0."],["`RestoreBackupResponse` is used as the response message when restoring from a backup, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, and it also belongs to the `Google.Cloud.BackupDR.V1` namespace within the `Google.Cloud.BackupDR.V1.dll` assembly."],["The class features a default constructor `RestoreBackupResponse()` and a copy constructor `RestoreBackupResponse(RestoreBackupResponse other)`, allowing for the creation of new instances and copies of existing ones."],["It also includes a `TargetResource` property that provides details about the target resource that has been modified or created during the restore process, using the `TargetResource` type."]]],[]]