cancelledAt property
The Unix timestamp (in seconds) for when the run was cancelled.
Implementation
@JsonKey(name: 'cancelled_at')
int? get cancelledAt => throw _privateConstructorUsedError;
The Unix timestamp (in seconds) for when the run was cancelled.
@JsonKey(name: 'cancelled_at')
int? get cancelledAt => throw _privateConstructorUsedError;