View Source Glific.Searches.SavedSearch (Glific v5.1.6)
The minimal wrapper for the base Saved Search structure
Link to this section Summary
Functions
Standard changeset pattern we use for all data types
Link to this section Types
@type t() :: %Glific.Searches.SavedSearch{ __meta__: Ecto.Schema.Metadata.t(), args: map() | nil, id: non_neg_integer() | nil, inserted_at: :utc_datetime | nil, is_reserved: boolean(), label: String.t() | nil, organization: Glific.Partners.Organization.t() | Ecto.Association.NotLoaded.t() | nil, organization_id: non_neg_integer() | nil, shortcode: String.t() | nil, updated_at: :utc_datetime | nil }
Link to this section Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Standard changeset pattern we use for all data types