View Source GoogleApi.TrafficDirector.V3.Model.DynamicListenerState (google_api_traffic_director v0.3.0)
Attributes
-
lastUpdated
(type:DateTime.t
, default:nil
) - The timestamp when the Listener was last successfully updated. -
listener
(type:map()
, default:nil
) - The listener config. -
versionInfo
(type:String.t
, default:nil
) - This is the per-resource version information. This version is currently taken from the :ref:version_info
field at the time that the listener was loaded. In the future, discrete per-listener versions may be supported by the API.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TrafficDirector.V3.Model.DynamicListenerState{ lastUpdated: DateTime.t() | nil, listener: map() | nil, versionInfo: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.