GoogleApi.MyBusinessBusinessInformation.V1.Model.Places (google_api_my_business_business_information v0.5.2)
View SourceDefines the union of areas represented by a set of places.
Attributes
-
placeInfos
(type:list(GoogleApi.MyBusinessBusinessInformation.V1.Model.PlaceInfo.t)
, default:nil
) - The areas represented by place IDs. Limited to a maximum of 20 places.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.Places{ placeInfos: [GoogleApi.MyBusinessBusinessInformation.V1.Model.PlaceInfo.t()] | nil }