attributeIdPut method
Future<Response<WebApiModulesSettingsInventorySettingsAttributeAttribute> >
attributeIdPut({
- required String? id,
- required WebApiModulesSettingsInventorySettingsAttributeAttribute? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsInventorySettingsAttributeAttribute>>
attributeIdPut(
{required String? id,
required WebApiModulesSettingsInventorySettingsAttributeAttribute?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsInventorySettingsAttributeAttribute,
() => WebApiModulesSettingsInventorySettingsAttributeAttribute
.fromJsonFactory);
return _attributeIdPut(id: id, body: body);
}