CreateCustomFieldContext class
The details of a created custom field context.
Constructors
Properties
- description → String?
-
The description of the context.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the context.
final
-
issueTypeIds
→ List<
String> -
The list of issue types IDs for the context. If the list is empty, the
context refers to all issue types.
final
- name → String
-
The name of the context.
final
-
projectIds
→ List<
String> -
The list of project IDs associated with the context. If the list is empty,
the context is global.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? description, String? id, List< String> ? issueTypeIds, String? name, List<String> ? projectIds}) → CreateCustomFieldContext -
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