View Source GoogleApi.TrafficDirector.V3.Model.StaticListener (google_api_traffic_director v0.3.0)
Describes a statically loaded listener.
Attributes
-
lastUpdated
(type:DateTime.t
, default:nil
) - The timestamp when the Listener was last successfully updated. -
listener
(type:map()
, default:nil
) - The listener config.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TrafficDirector.V3.Model.StaticListener{ lastUpdated: DateTime.t() | nil, listener: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.