public sealed class InitializeServiceResponse : IMessage<InitializeServiceResponse>, IEquatable<InitializeServiceResponse>, IDeepCloneable<InitializeServiceResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class InitializeServiceResponse.
[[["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-05-02 UTC."],[[["The latest version of the `InitializeServiceResponse` class for the Backup and DR Service v1 API is version 2.1.0."],["This class, `InitializeServiceResponse`, is a response message that handles the initialization of the service within the Google Cloud Backup and DR context."],["The `InitializeServiceResponse` class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `BackupPlanName` and `BackupVaultName`, both of which are strings representing the resource names of created default `BackupPlan` and `BackupVault` resources, respectively."],["The available constructors are the default empty constructor and one for copying an existing `InitializeServiceResponse`."]]],[]]