ChangedWorklogs class

List of changed worklogs.

Constructors

ChangedWorklogs({bool? lastPage, String? nextPage, String? self, int? since, int? until, List<ChangedWorklog>? values})
ChangedWorklogs.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastPage bool
final
nextPage String?
The URL of the next list of changed worklogs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of this changed worklogs list.
final
since int?
The datetime of the first worklog item in the list.
final
until int?
The datetime of the last worklog item in the list.
final
values List<ChangedWorklog>
Changed worklog list.
final

Methods

copyWith({bool? lastPage, String? nextPage, String? self, int? since, int? until, List<ChangedWorklog>? values}) ChangedWorklogs
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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