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

View Source

Response message for GoogleLocations.SearchGoogleLocations.

Attributes

  • googleLocations (type: list(GoogleApi.MyBusinessBusinessInformation.V1.Model.GoogleLocation.t), default: nil) - A collection of GoogleLocations that are potential matches to the specified request, listed in order from most to least accuracy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.MyBusinessBusinessInformation.V1.Model.SearchGoogleLocationsResponse{
    googleLocations:
      [GoogleApi.MyBusinessBusinessInformation.V1.Model.GoogleLocation.t()]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.