TriggerResponse<T> constructor
TriggerResponse<T> ({})
Implementation
TriggerResponse({
required this.status,
required this.projectId,
required this.durationInSeconds,
required this.message,
this.data,
this.error,
});