inventoryattributevalueIdPut method

@param id

Implementation

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

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