Module common

Source

Structsยง

ParseDate
Represents a Parse Date type, which includes timezone information. Parse stores dates in UTC.
ParseRelation
Represents a Parse Relation field on an object. This indicates a one-to-many or many-to-many relationship. The actual related objects are typically fetched via a separate query.
Pointer
Represents a Pointer to another Parse object. Pointers are used to create relationships between objects.
RelationOp
Represents a relational operation (AddRelation, RemoveRelation).