GoogleApi.MyBusinessBusinessInformation.V1.Model.GoogleUpdatedLocation (google_api_my_business_business_information v0.2.1) View Source
Represents 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.GoogleUpdatedLocation{
diffMask: String.t() | nil,
location: GoogleApi.MyBusinessBusinessInformation.V1.Model.Location.t() | nil,
pendingMask: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.