ProjectIssueCreateMetadata class
Details of the issue creation metadata for a project.
Constructors
-
ProjectIssueCreateMetadata({AvatarUrlsBean? avatarUrls, String? expand, String? id, List<
IssueTypeIssueCreateMetadata> ? issuetypes, String? key, String? name, String? self}) -
ProjectIssueCreateMetadata.fromJson(Map<
String, Object?> json) -
factory
Properties
- avatarUrls → AvatarUrlsBean?
-
List of the project's avatars, returning the avatar size and associated
URL.
final
- expand → String?
-
Expand options that include additional project issue create metadata
details in the response.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the project.
final
-
issuetypes
→ List<
IssueTypeIssueCreateMetadata> -
List of the issue types supported by the project.
final
- key → String?
-
The key of the project.
final
- name → String?
-
The name of the project.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → String?
-
The URL of the project.
final
Methods
-
copyWith(
{AvatarUrlsBean? avatarUrls, String? expand, String? id, List< IssueTypeIssueCreateMetadata> ? issuetypes, String? key, String? name, String? self}) → ProjectIssueCreateMetadata -
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