Input$StudioUpdateInput class

Constructors

Input$StudioUpdateInput({required String id, String? name, @Deprecated('Use urls') String? url, List<String>? urls, String? parent_id, String? image, List<Input$StashIDInput>? stash_ids, int? rating100, bool? favorite, String? details, List<String>? aliases, List<String>? tag_ids, bool? ignore_auto_tag, bool? organized, Input$CustomFieldsInput? custom_fields})
factory
Input$StudioUpdateInput.fromJson(Map<String, dynamic> data)
factory

Properties

aliases List<String>?
no setter
copyWith CopyWith$Input$StudioUpdateInput<Input$StudioUpdateInput>
no setter
custom_fields Input$CustomFieldsInput?
no setter
details String?
no setter
favorite bool?
no setter
hashCode int
The hash code for this object.
no setteroverride
id String
no setter
ignore_auto_tag bool?
no setter
image String?
no setter
name String?
no setter
organized bool?
no setter
parent_id String?
no setter
rating100 int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stash_ids List<Input$StashIDInput>?
no setter
tag_ids List<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