public sealed class OpenApiDocument : IMessage<ApiConfig.Types.OpenApiDocument>, IEquatable<ApiConfig.Types.OpenApiDocument>, IDeepCloneable<ApiConfig.Types.OpenApiDocument>, IBufferMessage, IMessage
An OpenAPI Specification Document describing an API.
[[["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 latest version of the `OpenApiDocument` class is 2.4.0, part of the Google Cloud API Gateway V1, and it describes an API using the OpenAPI Specification."],["This `OpenApiDocument` class inherits from `Object` and implements `IMessage\u003cApiConfig.Types.OpenApiDocument\u003e`, `IEquatable\u003cApiConfig.Types.OpenApiDocument\u003e`, `IDeepCloneable\u003cApiConfig.Types.OpenApiDocument\u003e`, `IBufferMessage`, and `IMessage`."],["The `OpenApiDocument` class has a `Document` property of type `ApiConfig.Types.File`, which represents the OpenAPI Specification document file."],["The class offers two constructors: a default constructor `OpenApiDocument()` and a copy constructor `OpenApiDocument(ApiConfig.Types.OpenApiDocument other)` allowing for initialization or copying from another `OpenApiDocument`."],["Versions of this Class are available from 1.0.0 all the way to 2.4.0 which is the latest version."]]],[]]