GetInstanceData constructor

GetInstanceData({
  1. DateTime? createdAt,
  2. DateTime? updatedAt,
  3. bool? isDeleted,
  4. String? deletedAt,
  5. String? id,
  6. String? appId,
  7. String? workspaceId,
  8. String? robotId,
  9. String? name,
  10. String? description,
  11. bool? isRunning,
  12. bool? isPublic,
  13. int? execTime,
  14. DateTime? startedAt,
  15. DateTime? finishedAt,
  16. String? botId,
  17. String? botName,
  18. String? flowId,
  19. String? versionId,
})

Implementation

GetInstanceData({
  this.createdAt,
  this.updatedAt,
  this.isDeleted,
  this.deletedAt,
  this.id,
  this.appId,
  this.workspaceId,
  this.robotId,
  this.name,
  this.description,
  this.isRunning,
  this.isPublic,
  this.execTime,
  this.startedAt,
  this.finishedAt,
  this.botId,
  this.botName,
  this.flowId,
  this.versionId,
});