Input$InventoryIntegrationImportInput constructor
Input$InventoryIntegrationImportInput({})
Implementation
factory Input$InventoryIntegrationImportInput({
String? products,
String? articles,
String? categories,
String? brands,
String? attributes,
String? attributesvalues,
bool? enable,
}) =>
Input$InventoryIntegrationImportInput._({
if (products != null) r'products': products,
if (articles != null) r'articles': articles,
if (categories != null) r'categories': categories,
if (brands != null) r'brands': brands,
if (attributes != null) r'attributes': attributes,
if (attributesvalues != null) r'attributesvalues': attributesvalues,
if (enable != null) r'enable': enable,
});