Input$IdentifyMetadataOptionsInput class

Constructors

Input$IdentifyMetadataOptionsInput({List<Input$IdentifyFieldOptionsInput>? fieldOptions, bool? setCoverImage, bool? setOrganized, @Deprecated('Use performerGenders') bool? includeMalePerformers, List<Enum$GenderEnum>? performerGenders, bool? skipMultipleMatches, String? skipMultipleMatchTag, bool? skipSingleNamePerformers, String? skipSingleNamePerformerTag})
factory
Input$IdentifyMetadataOptionsInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$IdentifyMetadataOptionsInput<Input$IdentifyMetadataOptionsInput>
no setter
fieldOptions List<Input$IdentifyFieldOptionsInput>?
no setter
hashCode int
The hash code for this object.
no setteroverride
includeMalePerformers bool?
no setter
performerGenders List<Enum$GenderEnum>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setCoverImage bool?
no setter
setOrganized bool?
no setter
skipMultipleMatches bool?
no setter
skipMultipleMatchTag String?
no setter
skipSingleNamePerformers bool?
no setter
skipSingleNamePerformerTag String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override