View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecResponse (google_api_integrations v0.14.0)
Response of the GenerateOpenApiSpec API.
Attributes
-
openApiSpec
(type:String.t
, default:nil
) - Open API spec as per the required format
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecResponse{ openApiSpec: String.t() | nil }