samplingMetadatas property

List<SamplingMetadata>? samplingMetadatas
getter/setter pair

If this report results is sampled, this describes the percentage of events used in this report.

One samplingMetadatas is populated for each date range. Each samplingMetadatas corresponds to a date range in order that date ranges were specified in the request. However if the results are not sampled, this field will not be defined.

Implementation

core.List<SamplingMetadata>? samplingMetadatas;