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."],[[["The `RestoreBackupResponse` class is part of the Google Cloud Backup and DR Service v1 API, designed for handling responses when restoring from a backup."],["Version 2.1.0 is the latest release, with previous versions including 2.0.0, 1.2.0, 1.1.0, and 1.0.0-beta02 also available."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which provide varying functionaility."],["The class includes two constructors, one default and another that accepts another `RestoreBackupResponse` object."],["The `TargetResource` property, of type `TargetResource`, is used to store and retrieve the details of the resource that was modified or created as part of a restore operation."]]],[]]