View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OASDocumentation (google_api_apigee v0.46.0)

OpenAPI Specification documentation for a catalog item.

Attributes

  • format (type: String.t, default: nil) - Output only. The format of the input specification file contents.
  • spec (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DocumentationFile.t, default: nil) - Required. The documentation file contents for the OpenAPI Specification. JSON and YAML file formats are supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OASDocumentation{
  format: String.t() | nil,
  spec: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DocumentationFile.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.