from office365.runtime.client_value import ClientValue


class SocialActor(ClientValue):
    """The SocialActor type contains information about an actor retrieved from server. An actor is a user, document,
    site, or tag."""

    pass
