operations property

List<AttributeContext>? operations
getter/setter pair

Describes the list of operations to be reported.

Each operation is represented as an AttributeContext, and contains all attributes around an API access.

Implementation

core.List<AttributeContext>? operations;