class SPBuiltInFieldId:
    """Retrieves identifiers for the fields that ship with Microsoft SharePoint Foundation."""

    Author = "Author"
    """Identifies a field that contains the specified author of the SharePoint Foundation object."""

    Created = "Created"
    """Identifies a field that contains the date and time when the specified SharePoint Foundation object was created"""

    FSObjType = "FSObjType"
    """Identifies a field that contains information about the file system type"""
