google_api_mirror v0.6.0 GoogleApi.Mirror.V1.Model.LocationsListResponse View Source
A list of Locations. This is the response from the server to GET requests on the locations collection.
Attributes
items
(type:list(GoogleApi.Mirror.V1.Model.Location.t)
, default:nil
) - The list of locations.kind
(type:String.t
, default:mirror#locationsList
) - The type of resource. This is always mirror#locationsList.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Mirror.V1.Model.LocationsListResponse{ items: [GoogleApi.Mirror.V1.Model.Location.t()], kind: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.