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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.GoogleUpdatedLocation{
  diffMask: String.t() | nil,
  location: GoogleApi.MyBusinessBusinessInformation.V1.Model.Location.t() | nil,
  pendingMask: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.