PhoenixKitLocations.Schemas.Location (PhoenixKitLocations v0.1.3)

Copy Markdown View Source

Schema for locations.

Summary

Types

t()

@type t() :: %PhoenixKitLocations.Schemas.Location{
  __meta__: term(),
  address_line_1: term(),
  address_line_2: term(),
  city: term(),
  country: term(),
  data: term(),
  description: term(),
  email: term(),
  features: term(),
  inserted_at: term(),
  location_type_assignments: term(),
  location_types: term(),
  name: term(),
  notes: term(),
  phone: term(),
  postal_code: term(),
  public_notes: term(),
  state: term(),
  status: term(),
  updated_at: term(),
  uuid: term(),
  website: term()
}

Functions

changeset(location, attrs)