Skip to main content

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

NameTypeDescription
clientActionsClientInterfaceThe 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

TypeDescription
*ActionsServiceA new instance of ActionsService, configured with the provided client.