RelationEntity

public struct RelationEntity : Codable, Equatable

An entity that corresponds with an argument in a relation.

  • Text that corresponds to the entity.

    Declaration

    Swift

    public var text: String?
  • Entity type.

    Declaration

    Swift

    public var type: String?