Input$GalleryRemoveInput constructor
Implementation
factory Input$GalleryRemoveInput({
required String gallery_id,
required List<String> image_ids,
}) => Input$GalleryRemoveInput._({
r'gallery_id': gallery_id,
r'image_ids': image_ids,
});
factory Input$GalleryRemoveInput({
required String gallery_id,
required List<String> image_ids,
}) => Input$GalleryRemoveInput._({
r'gallery_id': gallery_id,
r'image_ids': image_ids,
});