Input$BulkGalleryUpdateInput class
Constructors
-
Input$BulkGalleryUpdateInput({String? clientMutationId, List<
String> ? ids, String? code, @Deprecated('Use urls') String? url, Input$BulkUpdateStrings? urls, String? date, String? details, String? photographer, int? rating100, bool? organized, Input$BulkUpdateIds? scene_ids, String? studio_id, Input$BulkUpdateIds? tag_ids, Input$BulkUpdateIds? performer_ids, Input$CustomFieldsInput? custom_fields}) -
factory
-
Input$BulkGalleryUpdateInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- clientMutationId → String?
-
no setter
- code → String?
-
no setter
-
copyWith
→ CopyWith$Input$BulkGalleryUpdateInput<
Input$BulkGalleryUpdateInput> -
no setter
- custom_fields → Input$CustomFieldsInput?
-
no setter
- date → String?
-
no setter
- details → String?
-
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
- scene_ids → Input$BulkUpdateIds?
-
no setter
- studio_id → String?
-
no setter
- tag_ids → Input$BulkUpdateIds?
-
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