static names()

in imagesearch-20200212/ts/src/client.ts [199:205]


  static names(): { [key: string]: string } {
    return {
      instanceName: 'InstanceName',
      productId: 'ProductId',
      picName: 'PicName',
    };
  }