Input$BulkGroupUpdateInput class
Constructors
-
Input$BulkGroupUpdateInput({String? clientMutationId, List<
String> ? ids, int? rating100, String? date, String? synopsis, String? studio_id, String? director, Input$BulkUpdateStrings? urls, Input$BulkUpdateIds? tag_ids, Input$BulkUpdateGroupDescriptionsInput? containing_groups, Input$BulkUpdateGroupDescriptionsInput? sub_groups, Input$CustomFieldsInput? custom_fields}) -
factory
-
Input$BulkGroupUpdateInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- clientMutationId → String?
-
no setter
- containing_groups → Input$BulkUpdateGroupDescriptionsInput?
-
no setter
-
copyWith
→ CopyWith$Input$BulkGroupUpdateInput<
Input$BulkGroupUpdateInput> -
no setter
- custom_fields → Input$CustomFieldsInput?
-
no setter
- date → String?
-
no setter
- director → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
ids
→ List<
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
- sub_groups → Input$BulkUpdateGroupDescriptionsInput?
-
no setter
- synopsis → String?
-
no setter
- tag_ids → Input$BulkUpdateIds?
-
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