View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDocDocumentation (google_api_apigee v0.53.0)
The documentation for a catalog item.
Attributes
-
graphqlDocumentation(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphqlDocumentation.t, default:nil) - Optional. GraphQL documentation. -
oasDocumentation(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OASDocumentation.t, default:nil) - Optional. OpenAPI Specification documentation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDocDocumentation{ graphqlDocumentation: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GraphqlDocumentation.t() | nil, oasDocumentation: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OASDocumentation.t() | nil }