update method

Implementation

Future<VersionLocalization> update(VersionLocalizationAttributes attributes) async {
  return client.patchModel(AppStoreConnectUri.v1(), 'appStoreVersionLocalizations', id, attributes: attributes);
}