VersionIssueCounts class

Various counts of issues within a version.

Constructors

VersionIssueCounts({List<VersionUsageInCustomField>? customFieldUsage, int? issueCountWithCustomFieldsShowingVersion, int? issuesAffectedCount, int? issuesFixedCount, String? self})
VersionIssueCounts.fromJson(Map<String, Object?> json)
factory

Properties

customFieldUsage List<VersionUsageInCustomField>
List of custom fields using the version.
final
hashCode int
The hash code for this object.
no setterinherited
issueCountWithCustomFieldsShowingVersion int?
Count of issues where a version custom field is set to the version.
final
issuesAffectedCount int?
Count of issues where the affectedVersion is set to the version.
final
issuesFixedCount int?
Count of issues where the fixVersion is set to the version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of these count details.
final

Methods

copyWith({List<VersionUsageInCustomField>? customFieldUsage, int? issueCountWithCustomFieldsShowingVersion, int? issuesAffectedCount, int? issuesFixedCount, String? self}) VersionIssueCounts
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