File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
66 *
77 * OpenAPI spec version: common-version
8- *
8+ *
99 *
1010 * NOTE: This class is auto generated by the swagger code generator program.
1111 * https://github.com/swagger-api/swagger-codegen.git
1212 * Do not edit the class manually.
1313 */
1414
15+ import { ValueForDescribeRulesOutput } from './value-for-describe-rules-output' ;
1516 /**
16- *
17+ *
1718 *
1819 * @export
1920 * @interface QueryStringConfigForDescribeRulesOutput
2021 */
2122export interface QueryStringConfigForDescribeRulesOutput {
2223
2324 /**
24- * @type {Array<string > }
25+ * @type {Array<ValueForDescribeRulesOutput > }
2526 * @memberof QueryStringConfigForDescribeRulesOutput
2627 */
27- Values ?: Array < string > ;
28+ Values ?: Array < ValueForDescribeRulesOutput > ;
2829}
Original file line number Diff line number Diff line change 1+ /* tslint:disable */
2+ /* eslint-disable */
3+ /**
4+ * alb
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+ /**
16+ *
17+ *
18+ * @export
19+ * @interface ValueForDescribeRulesOutput
20+ */
21+ export interface ValueForDescribeRulesOutput {
22+
23+ /**
24+ * @type {string }
25+ * @memberof ValueForDescribeRulesOutput
26+ */
27+ Key : string ;
28+
29+ /**
30+ * @type {string }
31+ * @memberof ValueForDescribeRulesOutput
32+ */
33+ Value : string ;
34+ }
You can’t perform that action at this time.
0 commit comments