Input$BulkStudioUpdateInput class

Constructors

Input$BulkStudioUpdateInput({required List<String> ids, @Deprecated('Use urls') String? url, Input$BulkUpdateStrings? urls, String? parent_id, int? rating100, bool? favorite, String? details, Input$BulkUpdateIds? tag_ids, bool? ignore_auto_tag, bool? organized})
factory
Input$BulkStudioUpdateInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$BulkStudioUpdateInput<Input$BulkStudioUpdateInput>
no setter
details String?
no setter
favorite bool?
no setter
hashCode int
The hash code for this object.
no setteroverride
ids List<String>
no setter
ignore_auto_tag bool?
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
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