public sealed class GetDatabaseDdlResponse : IMessage<GetDatabaseDdlResponse>, IEquatable<GetDatabaseDdlResponse>, IDeepCloneable<GetDatabaseDdlResponse>, IBufferMessage, IMessage
The response for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].
[[["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 page details the `GetDatabaseDdlResponse` class, which is used for retrieving the schema of a database in Google Cloud Spanner."],["This class, `GetDatabaseDdlResponse`, implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities."],["The class contains a `Statements` property, which is a list of strings, holding the formatted DDL (Data Definition Language) statements that define the database schema."],["The latest version documented on this page is `5.0.0-beta05`, and the page lists multiple previous versions of the package for reference."],["The GetDatabaseDdlResponse can be constructed with zero parameters or by copying another `GetDatabaseDdlResponse` object."]]],[]]