GetInstanceData class

Constructors

GetInstanceData({DateTime? createdAt, DateTime? updatedAt, bool? isDeleted, String? deletedAt, String? id, String? appId, String? workspaceId, String? robotId, String? name, String? description, bool? isRunning, bool? isPublic, int? execTime, DateTime? startedAt, DateTime? finishedAt, String? botId, String? botName, String? flowId, String? versionId})
GetInstanceData.fromJson(Map json)
factory

Properties

appId String?
final
botId String?
final
botName String?
final
createdAt DateTime?
final
deletedAt String?
final
description String?
final
execTime int?
final
finishedAt DateTime?
final
flowId String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDeleted bool?
final
isPublic bool?
final
isRunning bool?
final
name String?
final
robotId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedAt DateTime?
final
updatedAt DateTime?
final
versionId String?
final
workspaceId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited