ParseKey

public enum ParseKey

Parse business logic keys. These keys can be used for querying Parse objects.

  • objectId key.

    Declaration

    Swift

    public static let objectId: String
  • createdAt key.

    Declaration

    Swift

    public static let createdAt: String
  • updatedAt key.

    Declaration

    Swift

    public static let updatedAt: String
  • ACL

    objectId key.

    Declaration

    Swift

    public static let ACL: String
  • name key for ParseRole.

    Declaration

    Swift

    public static let name: String