GoogleApi.MyBusinessBusinessInformation.V1.Model.GoogleUpdatedLocation (google_api_my_business_business_information v0.5.2)
View SourceRepresents a location that was modified by Google.
Attributes
-
diffMask
(type:String.t
, default:nil
) - The fields that Google updated. -
location
(type:GoogleApi.MyBusinessBusinessInformation.V1.Model.Location.t
, default:nil
) - The Google-updated version of this location. -
pendingMask
(type:String.t
, default:nil
) - The fields that have pending edits that haven't yet been pushed to Maps and Search.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.GoogleUpdatedLocation{ diffMask: String.t() | nil, location: GoogleApi.MyBusinessBusinessInformation.V1.Model.Location.t() | nil, pendingMask: String.t() | nil }