EventsProfile constructor

EventsProfile(
  1. Client client
)

mcp profile object

Implementation

EventsProfile(this.client) {
  accountId = client.accountId;
}