PageOfWorklogs class

Paginated list of worklog details

Constructors

PageOfWorklogs({int? maxResults, int? startAt, int? total, List<Worklog>? worklogs})
PageOfWorklogs.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxResults int?
The maximum number of results that could be on the page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAt int?
The index of the first item returned on the page.
final
total int?
The number of results on the page.
final
worklogs List<Worklog>
List of worklogs.
final

Methods

copyWith({int? maxResults, int? startAt, int? total, List<Worklog>? worklogs}) PageOfWorklogs
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