Represents a document in Flywheel. Essentially this is a Plain Old PHP
Object (POPO).
The only important property on this object is $id. It's used to ensure
uniqueness when storing a document. You can set this yourself via the
contructor or if omitted it will be autogenerated for you.