View Source GoogleApi.Games.V1.Model.EndPoint (google_api_games v0.26.1)
Container for a URL end point of the requested type.
Attributes
-
url
(type:String.t
, default:nil
) - A URL suitable for loading in a web browser for the requested endpoint.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.EndPoint{url: String.t() | nil}