from office365.sharepoint.entity import Entity


class FieldStringValues(Entity):
    """
    Specifies a collection that contains key value pairs. The FieldStringValues type contains CSOM expando fields.
    The value type for the CSOM expando fields MUST be CSOM String.
    """
