static names()

in ros-20150901/ts/src/client.ts [1147:1155]


  static names(): { [key: string]: string } {
    return {
      status: 'Status',
      name: 'Name',
      stackId: 'StackId',
      pageSize: 'PageSize',
      pageNumber: 'PageNumber',
    };
  }