inventoryattributevalueIdPut method

@param id

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue
  >
>
inventoryattributevalueIdPut({
  required String? id,
  required WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue,
    () => WebApiModulesInventoryInventoryAttributeValueInventoryAttributeValue
        .fromJsonFactory,
  );

  return _inventoryattributevalueIdPut(id: id, body: body);
}