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."],[[["SpecDetails is a class within the Google.Cloud.ApiHub.V1 namespace that contains parsed details from supported specification types."],["The SpecDetails class implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing functionalities for message handling, equality checks, deep cloning, and buffer message management."],["SpecDetails has constructors that allow for default instantiation or copying from another SpecDetails object."],["The class has properties such as Description, DetailsCase, and OpenApiSpecDetails, providing access to spec descriptions, details case, and OpenAPI-specific details."],["The OpenApiSpecDetails property offers additional information from an OpenAPI specification, supplementing the OperationDetails accessible through the ListAPIOperations method."]]],[]]