|
| 1 | +/* tslint:disable */ |
| 2 | +/* eslint-disable */ |
| 3 | +/** |
| 4 | + * acep |
| 5 | + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) |
| 6 | + * |
| 7 | + * OpenAPI spec version: common-version |
| 8 | + * |
| 9 | + * |
| 10 | + * NOTE: This class is auto generated by the swagger code generator program. |
| 11 | + * https://github.com/swagger-api/swagger-codegen.git |
| 12 | + * Do not edit the class manually. |
| 13 | + */ |
| 14 | + |
| 15 | +import { LatestVersionForDetailAppOutput } from './latest-version-for-detail-app-output'; |
| 16 | +import { VersionListForDetailAppOutput } from './version-list-for-detail-app-output'; |
| 17 | + /** |
| 18 | + * |
| 19 | + * |
| 20 | + * @export |
| 21 | + * @interface AppForDetailAppOutput |
| 22 | + */ |
| 23 | +export interface AppForDetailAppOutput { |
| 24 | + |
| 25 | + /** |
| 26 | + * @type {string} |
| 27 | + * @memberof AppForDetailAppOutput |
| 28 | + */ |
| 29 | + AppDesc?: string; |
| 30 | + |
| 31 | + /** |
| 32 | + * @type {string} |
| 33 | + * @memberof AppForDetailAppOutput |
| 34 | + */ |
| 35 | + AppId?: string; |
| 36 | + |
| 37 | + /** |
| 38 | + * @type {string} |
| 39 | + * @memberof AppForDetailAppOutput |
| 40 | + */ |
| 41 | + AppName?: string; |
| 42 | + |
| 43 | + /** |
| 44 | + * @type {number} |
| 45 | + * @memberof AppForDetailAppOutput |
| 46 | + */ |
| 47 | + AppStatus?: number; |
| 48 | + |
| 49 | + /** |
| 50 | + * @type {number} |
| 51 | + * @memberof AppForDetailAppOutput |
| 52 | + */ |
| 53 | + AppType?: number; |
| 54 | + |
| 55 | + /** |
| 56 | + * @type {number} |
| 57 | + * @memberof AppForDetailAppOutput |
| 58 | + */ |
| 59 | + ApplyNum?: number; |
| 60 | + |
| 61 | + /** |
| 62 | + * @type {number} |
| 63 | + * @memberof AppForDetailAppOutput |
| 64 | + */ |
| 65 | + DeployStatus?: number; |
| 66 | + |
| 67 | + /** |
| 68 | + * @type {number} |
| 69 | + * @memberof AppForDetailAppOutput |
| 70 | + */ |
| 71 | + DeployVersionNum?: number; |
| 72 | + |
| 73 | + /** |
| 74 | + * @type {string} |
| 75 | + * @memberof AppForDetailAppOutput |
| 76 | + */ |
| 77 | + IconUrl?: string; |
| 78 | + |
| 79 | + /** |
| 80 | + * @type {LatestVersionForDetailAppOutput} |
| 81 | + * @memberof AppForDetailAppOutput |
| 82 | + */ |
| 83 | + LatestVersion?: LatestVersionForDetailAppOutput; |
| 84 | + |
| 85 | + /** |
| 86 | + * @type {string} |
| 87 | + * @memberof AppForDetailAppOutput |
| 88 | + */ |
| 89 | + PackageName?: string; |
| 90 | + |
| 91 | + /** |
| 92 | + * @type {string} |
| 93 | + * @memberof AppForDetailAppOutput |
| 94 | + */ |
| 95 | + ProductId?: string; |
| 96 | + |
| 97 | + /** |
| 98 | + * @type {number} |
| 99 | + * @memberof AppForDetailAppOutput |
| 100 | + */ |
| 101 | + ReadyNum?: number; |
| 102 | + |
| 103 | + /** |
| 104 | + * @type {number} |
| 105 | + * @memberof AppForDetailAppOutput |
| 106 | + */ |
| 107 | + Rotation?: number; |
| 108 | + |
| 109 | + /** |
| 110 | + * @type {Array<VersionListForDetailAppOutput>} |
| 111 | + * @memberof AppForDetailAppOutput |
| 112 | + */ |
| 113 | + VersionList?: Array<VersionListForDetailAppOutput>; |
| 114 | +} |
0 commit comments