CopyWith$Input$BulkGroupUpdateInput<TRes> class abstract

Constructors

CopyWith$Input$BulkGroupUpdateInput(Input$BulkGroupUpdateInput instance, TRes then(Input$BulkGroupUpdateInput))
factory
CopyWith$Input$BulkGroupUpdateInput.stub(TRes res)
factory

Properties

containing_groups CopyWith$Input$BulkUpdateGroupDescriptionsInput<TRes>
no setter
custom_fields CopyWith$Input$CustomFieldsInput<TRes>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sub_groups CopyWith$Input$BulkUpdateGroupDescriptionsInput<TRes>
no setter
tag_ids CopyWith$Input$BulkUpdateIds<TRes>
no setter
urls CopyWith$Input$BulkUpdateStrings<TRes>
no setter

Methods

call({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}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited