public sealed class OpenApiSpecDetails : IMessage<OpenApiSpecDetails>, IEquatable<OpenApiSpecDetails>, IDeepCloneable<OpenApiSpecDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class OpenApiSpecDetails.
OpenApiSpecDetails contains the details parsed from an OpenAPI spec in
addition to the fields mentioned in
[SpecDetails][google.cloud.apihub.v1.SpecDetails].
[[["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."],[[["`OpenApiSpecDetails` is a class in the Google.Cloud.ApiHub.V1 namespace, providing details parsed from an OpenAPI specification."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `OpenApiSpecDetails` class provides constructors for default initialization and initialization via another `OpenApiSpecDetails` object."],["It includes properties like `Format`, `Owner`, and `Version`, which provide information regarding the spec's format, owner, and version, respectively."],["The `OpenApiSpecDetails` class is contained within the Google.Cloud.ApiHub.V1.dll assembly."]]],[]]