AboutService# class AboutService[source]# Methods get Get information about this CodeGrade instance. get(*, health=Nothing, tenant_id=Nothing)[source]# Get information about this CodeGrade instance. Parameters: health (Union[Just[str], _Nothing[str]]) – Key required to view instance health information. tenant_id (Union[Just[str], _Nothing[str]]) – The id of the tenant to get the site settings for. Returns: The about object for this instance. Return type: About