NewActionsService
Creates a new ActionsService.
def NewActionsService(
client: ActionsClientInterface
) - > *ActionsService
Creates a new ActionsService. This function is used to instantiate and return a new service object, allowing callers to interact with the actions API.
Parameters
| Name | Type | Description |
|---|---|---|
| client | ActionsClientInterface | The client interface used by the ActionsService to perform its operations, typically handling communication with an external API or data source. |
Returns
| Type | Description |
|---|---|
*ActionsService | A new instance of ActionsService, configured with the provided client. |