officelocationIdPut method

@param id

Implementation

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

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