DemographicInfo

class q2_sdk.models.cores.mappers.demographic_info.BaseDemographicInfoMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]
async execute()[source]
Return type:

DemographicInfo

  • Calls .execute on all queries in self.list_of_queries

  • Calls .parse_returned_queries on the results

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

DemographicInfo