resourceLogs property
An array of ResourceLogs. For data coming from a single resource this array will typically contain one element. Intermediary nodes that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.
Implementation
@$pb.TagNumber(1)
$core.List<ResourceLogs> get resourceLogs => $_getList(0);