File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 55Name | Type | Description | Notes
66------------ | ------------- | ------------- | -------------
77** abortOnError** | ** Boolean** | | [ optional]
8- ** broken** | ** Boolean** | | [ optional]
98** debug** | ** Boolean** | | [ optional]
109** debugTrace** | ** Boolean** | | [ optional]
1110** silent** | ** Boolean** | | [ optional]
Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ class SetOptionsAction {
5656 if ( data . hasOwnProperty ( 'abort_on_error' ) ) {
5757 obj [ 'abort_on_error' ] = ApiClient . convertToType ( data [ 'abort_on_error' ] , 'Boolean' ) ;
5858 }
59- if ( data . hasOwnProperty ( 'broken' ) ) {
60- obj [ 'broken' ] = ApiClient . convertToType ( data [ 'broken' ] , 'Boolean' ) ;
61- }
6259 if ( data . hasOwnProperty ( 'debug' ) ) {
6360 obj [ 'debug' ] = ApiClient . convertToType ( data [ 'debug' ] , 'Boolean' ) ;
6461 }
@@ -80,11 +77,6 @@ class SetOptionsAction {
8077 */
8178SetOptionsAction . prototype [ 'abort_on_error' ] = undefined ;
8279
83- /**
84- * @member {Boolean} broken
85- */
86- SetOptionsAction . prototype [ 'broken' ] = undefined ;
87-
8880/**
8981 * @member {Boolean} debug
9082 */
You can’t perform that action at this time.
0 commit comments