public OpenApiSpecDetails OpenApiSpecDetails { get; set; }
Output only. Additional details apart from OperationDetails parsed from
an OpenAPI spec. The OperationDetails parsed from the spec can be
obtained by using
[ListAPIOperations][google.cloud.apihub.v1.ApiHub.ListApiOperations]
method.
[[["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 `SpecDetails` class in the Google.Cloud.ApiHub.V1 namespace provides detailed information parsed from supported specification types within the API hub v1 API."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SpecDetails` offers constructors to create instances, either as a default or by copying another `SpecDetails` object, as well as includes properties like `Description`, `DetailsCase`, and `OpenApiSpecDetails` to access spec-related data."],["The `OpenApiSpecDetails` property provides additional details parsed from an OpenAPI spec, excluding operation details."]]],[]]