Input$StashBoxPerformerQueryInput constructor
Implementation
factory Input$StashBoxPerformerQueryInput({
@Deprecated('use stash_box_endpoint') int? stash_box_index,
String? stash_box_endpoint,
List<String>? performer_ids,
String? q,
}) => Input$StashBoxPerformerQueryInput._({
if (stash_box_index != null) r'stash_box_index': stash_box_index,
if (stash_box_endpoint != null) r'stash_box_endpoint': stash_box_endpoint,
if (performer_ids != null) r'performer_ids': performer_ids,
if (q != null) r'q': q,
});