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

Version of the API proxy configuration schema. Currently, only 4.0 is supported.

Attributes

  • majorVersion (type: integer(), default: nil) - Major version of the API proxy configuration schema.
  • minorVersion (type: integer(), default: nil) - Minor version of the API proxy configuration schema.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConfigVersion{
  majorVersion: integer() | nil,
  minorVersion: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.