GoogleApi.MyBusinessBusinessInformation.V1.Model.ListLocationsResponse (google_api_my_business_business_information v0.5.2)
View SourceResponse message for Locations.ListLocations.
Attributes
-
locations
(type:list(GoogleApi.MyBusinessBusinessInformation.V1.Model.Location.t)
, default:nil
) - The locations. -
nextPageToken
(type:String.t
, default:nil
) - If the number of locations exceeded the requested page size, this field is populated with a token to fetch the next page of locations on a subsequent call toListLocations
. If there are no more locations, this field is not present in the response. -
totalSize
(type:integer()
, default:nil
) - The approximate number of Locations in the list irrespective of pagination. This field will only be returned iffilter
is used as a query parameter.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.ListLocationsResponse{ locations: [GoogleApi.MyBusinessBusinessInformation.V1.Model.Location.t()] | nil, nextPageToken: String.t() | nil, totalSize: integer() | nil }