Contents

ImpressionShareResultContainer

Container holding the array of impression share rows a query returns.

Declaration

object ImpressionShareResultContainer

Properties

NameTypeDescription
rows[ImpressionShareRow]

The impression share data rows matching the query. See ImpressionShareRow. Read-only. If no rows match the request, this is an empty array rather than the field being omitted.

See Also