UpdateCustomFieldDetails class
Details of a custom field.
Constructors
- UpdateCustomFieldDetails({String? description, String? name, UpdateCustomFieldDetailsSearcherKey? searcherKey})
-
UpdateCustomFieldDetails.fromJson(Map<
String, Object?> json) -
factory
Properties
- description → String?
-
The description of the custom field. The maximum length is 40000
characters.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the custom field. It doesn't have to be unique. The maximum
length is 255 characters.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searcherKey → UpdateCustomFieldDetailsSearcherKey?
-
The searcher that defines the way the field is searched in Jira. It can be
set to
null
, otherwise you must specify the valid searcher for the field type, as listed below (abbreviated values shown):final
Methods
-
copyWith(
{String? description, String? name, UpdateCustomFieldDetailsSearcherKey? searcherKey}) → UpdateCustomFieldDetails -
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