SearchProperties

struct SearchProperties : Encodable, Sendable

Additional search template properties

  • id

    The event’s ID.

    Declaration

    Swift

    public var id: String?
  • The search query.

    Declaration

    Swift

    public var query: String?
  • The total search results

    Declaration

    Swift

    public var totalResults: Int?
  • The event’s category.

    Declaration

    Swift

    public var category: String?
  • The event’s type.

    Declaration

    Swift

    public var type: String?
  • If the value is a lifetime value or not.

    Declaration

    Swift

    public var isLTV: Bool