Input$SceneUpdateInput class

Constructors

Input$SceneUpdateInput({String? clientMutationId, required String id, String? title, String? code, String? details, String? director, @Deprecated('Use urls') String? url, List<String>? urls, String? date, int? rating100, @Deprecated('Unsupported - Use sceneIncrementO/sceneDecrementO') int? o_counter, bool? organized, String? studio_id, List<String>? gallery_ids, List<String>? performer_ids, List<Input$SceneGroupInput>? groups, @Deprecated('Use groups') List<Input$SceneMovieInput>? movies, List<String>? tag_ids, String? cover_image, List<Input$StashIDInput>? stash_ids, double? resume_time, double? play_duration, @Deprecated('Unsupported - Use sceneIncrementPlayCount/sceneDecrementPlayCount') int? play_count, String? primary_file_id, Input$CustomFieldsInput? custom_fields})
factory
Input$SceneUpdateInput.fromJson(Map<String, dynamic> data)
factory

Properties

clientMutationId String?
no setter
code String?
no setter
copyWith CopyWith$Input$SceneUpdateInput<Input$SceneUpdateInput>
no setter
cover_image String?
no setter
custom_fields Input$CustomFieldsInput?
no setter
date String?
no setter
details String?
no setter
director String?
no setter
no setter
groups List<Input$SceneGroupInput>?
no setter
hashCode int
The hash code for this object.
no setteroverride
id String
no setter
movies List<Input$SceneMovieInput>?
no setter
o_counter int?
no setter
organized bool?
no setter
performer_ids List<String>?
no setter
play_count int?
no setter
play_duration double?
no setter
primary_file_id String?
no setter
rating100 int?
no setter
resume_time double?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stash_ids List<Input$StashIDInput>?
no setter
studio_id String?
no setter
tag_ids List<String>?
no setter
title String?
no setter
url String?
no setter
urls List<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