View Source GoogleApi.TrafficDirector.V3.Model.StaticRouteConfig (google_api_traffic_director v0.3.0)

Attributes

  • lastUpdated (type: DateTime.t, default: nil) - The timestamp when the Route was last updated.
  • routeConfig (type: map(), default: nil) - The route config.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.StaticRouteConfig{
  lastUpdated: DateTime.t() | nil,
  routeConfig: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.