dataSourceId property

String? dataSourceId
getter/setter pair

A data source ID to aggregate.

Only data from the specified data source ID will be included in the aggregation. If specified, this data source must exist; the OAuth scopes in the supplied credentials must grant read access to this data type. The dataset in the response will have the same data source ID. Note: Data can be aggregated by either the dataTypeName or the dataSourceId, not both.

Implementation

core.String? dataSourceId;