from office365.runtime.client_value import ClientValue


class BooleanColumn(ClientValue):
    """The booleanColumn on a columnDefinition resource indicates that the column holds a boolean value"""
