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-04-17 UTC."],[[["`SpecDetails` is a class within the Google.Cloud.ApiHub.V1 namespace, part of the API hub v1 API, designed to contain details parsed from supported specification types."],["The class `SpecDetails` inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SpecDetails` includes properties such as `Description`, `DetailsCase`, and `OpenApiSpecDetails`, providing information about the spec and the type of spec involved."],["The class offers two constructors: a default constructor `SpecDetails()` and a copy constructor `SpecDetails(SpecDetails other)`."],["`OpenApiSpecDetails` allows for the use of the ListAPIOperations method to obtain the parsed OperationDetails from the spec."]]],[]]