Input$BulkImageUpdateInput class
Constructors
-
Input$BulkImageUpdateInput({String? clientMutationId, List<
String> ? ids, String? title, String? code, int? rating100, bool? organized, @Deprecated('Use urls') String? url, Input$BulkUpdateStrings? urls, String? date, String? details, String? photographer, String? studio_id, Input$BulkUpdateIds? performer_ids, Input$BulkUpdateIds? tag_ids, Input$BulkUpdateIds? gallery_ids, Input$CustomFieldsInput? custom_fields}) -
factory
-
Input$BulkImageUpdateInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- clientMutationId → String?
-
no setter
- code → String?
-
no setter
-
copyWith
→ CopyWith$Input$BulkImageUpdateInput<
Input$BulkImageUpdateInput> -
no setter
- custom_fields → Input$CustomFieldsInput?
-
no setter
- date → String?
-
no setter
- details → String?
-
no setter
- gallery_ids → Input$BulkUpdateIds?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
ids
→ List<
String> ? -
no setter
- organized → bool?
-
no setter
- performer_ids → Input$BulkUpdateIds?
-
no setter
- photographer → String?
-
no setter
- rating100 → int?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- studio_id → String?
-
no setter
- tag_ids → Input$BulkUpdateIds?
-
no setter
- title → String?
-
no setter
- url → String?
-
no setter
- urls → Input$BulkUpdateStrings?
-
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