The response message for Locations.ListLocations.
-
locations
(type:list(GoogleApi.Run.V1.Model.Location.t)
, default:nil
) - A list of locations that matches the specified filter in the request. -
nextPageToken
(type:String.t
, default:nil
) - The standard List next-page token.
Specs
t() :: %GoogleApi.Run.V1.Model.ListLocationsResponse{ locations: [GoogleApi.Run.V1.Model.Location.t()], nextPageToken: String.t() }