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 through the provided client interface.
Parameters
| Name | Type | Description |
|---|---|---|
| client | ActionsClientInterface | The client interface that the ActionsService will use to perform its operations. This client handles the underlying communication and logic for interacting with the Actions API. |
Returns
| Type | Description |
|---|---|
*ActionsService | A new instance of ActionsService, configured with the provided client. |