from office365.sharepoint.entity import Entity


class JobEntityData(Entity):
    """"""

    @property
    def entity_type_name(self):
        return "Microsoft.Online.SharePoint.Onboarding.RestService.JobEntityData"
