Class: SDKFunctionExecution
A representation of a function execution
Table of contents
Properties
Constructors
Properties
app
• app: string
The name of the app the function is associated with
functionName
• functionName: string
The name of the function
latestStatus
• Optional latestStatus: ExecutionStatusReport
The latest status report for the function execution
time
• Optional time: Date
The timestamp for the function execution
id
• Optional id: string
The unique identifier for the function execution
createdAt
• Optional createdAt: Date
The timestamp for when the function execution was created
duration
• Optional duration: number
The duration of the function execution
serviceId
• Optional serviceId: string
The unique identifier for the service associated with the function
projectId
• Optional projectId: string
The unique identifier for the project associated with the function
Constructors
constructor
• new SDKFunctionExecution(execution?)
Creates an instance of SDKFunctionExecution.
Parameters
| Name | Type | Description | 
|---|---|---|
execution? | Partial<SDKFunctionExecution> | The execution to create |