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."],[[["This webpage details the `OpenApiDocument` class within the `Google.Cloud.ApiGateway.V1` namespace, which is designed to represent an OpenAPI Specification document for an API."],["The `OpenApiDocument` class, part of version 2.0.0 and with version 2.4.0 as latest, inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property named `Document` of type `ApiConfig.Types.File` that represents the actual OpenAPI Specification document file."],["There are two constructors available for creating instances of `OpenApiDocument`, one being empty, and the other allowing an existing `ApiConfig.Types.OpenApiDocument` to be used for construction."],["The page also provides a comprehensive list of past versions, including versions 2.3.0, 2.2.0, 2.1.0, 1.1.0, and 1.0.0."]]],[]]