GoogleApi.MyBusinessBusinessInformation.V1.Model.ListLocationsResponse (google_api_my_business_business_information v0.5.2)

View Source

Response 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 to ListLocations. 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 if filter is used as a query parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.ListLocationsResponse{
  locations:
    [GoogleApi.MyBusinessBusinessInformation.V1.Model.Location.t()] | nil,
  nextPageToken: String.t() | nil,
  totalSize: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.