View Source GoogleApi.TrafficDirector.V3.Model.BuildVersion (google_api_traffic_director v0.4.0)

BuildVersion combines SemVer version of extension with free-form build information (i.e. 'alpha', 'private-build') as a set of strings.

Attributes

  • metadata (type: map(), default: nil) - Free-form build information. Envoy defines several well known keys in the source/common/version/version.h file
  • version (type: GoogleApi.TrafficDirector.V3.Model.SemanticVersion.t, default: nil) - SemVer version of extension.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.BuildVersion{
  metadata: map() | nil,
  version: GoogleApi.TrafficDirector.V3.Model.SemanticVersion.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.