22 * RAI Cloud SDK
33 * This is a Client SDK for RAI Cloud
44 *
5- * The version of the OpenAPI document: 1.3.1
5+ * The version of the OpenAPI document: 1.3.2
66 * Contact: support@relational.ai
77 *
88 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616/**
1717 * The DatabaseInfo model module.
1818 * @module model/DatabaseInfo
19- * @version 1.3.1
19+ * @version 1.3.2
2020 */
2121class DatabaseInfo {
2222 /**
@@ -65,8 +65,8 @@ class DatabaseInfo {
6565 if ( data . hasOwnProperty ( 'default_compute_name' ) ) {
6666 obj [ 'default_compute_name' ] = ApiClient . convertToType ( data [ 'default_compute_name' ] , 'String' ) ;
6767 }
68- if ( data . hasOwnProperty ( 'status ' ) ) {
69- obj [ 'status ' ] = ApiClient . convertToType ( data [ 'status ' ] , 'String' ) ;
68+ if ( data . hasOwnProperty ( 'state ' ) ) {
69+ obj [ 'state ' ] = ApiClient . convertToType ( data [ 'state ' ] , 'String' ) ;
7070 }
7171 }
7272 return obj ;
@@ -106,9 +106,9 @@ DatabaseInfo.prototype['created_by'] = undefined;
106106DatabaseInfo . prototype [ 'default_compute_name' ] = undefined ;
107107
108108/**
109- * @member {String} status
109+ * @member {String} state
110110 */
111- DatabaseInfo . prototype [ 'status ' ] = undefined ;
111+ DatabaseInfo . prototype [ 'state ' ] = undefined ;
112112
113113
114114
0 commit comments