View Source GoogleApi.TrafficDirector.V3.Model.InlineScopedRouteConfigs (google_api_traffic_director v0.2.0)

Attributes

  • lastUpdated (type: DateTime.t, default: nil) - The timestamp when the scoped route config set was last updated.
  • name (type: String.t, default: nil) - The name assigned to the scoped route configurations.
  • scopedRouteConfigs (type: list(map()), default: nil) - The scoped route configurations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.InlineScopedRouteConfigs{
  lastUpdated: DateTime.t() | nil,
  name: String.t() | nil,
  scopedRouteConfigs: [map()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.