ApiResult

data class ApiResult(val value: ApiResult) : InvocationResultMember

The result from the API response from the action group invocation.

Constructors

Link copied to clipboard
constructor(value: ApiResult)

Properties

Link copied to clipboard

Inherited functions