ActionService constructor

ActionService(
  1. ApiClient client
)

Constructs an ActionService using the provided ApiClient.

Implementation

ActionService(this.client);