contacteventIdPut method

@param id

Implementation

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

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