22 * RAI Cloud SDK
33 * This is a Client SDK for RAI Cloud
44 *
5- * The version of the OpenAPI document: 1.2.0
5+ * The version of the OpenAPI document: 1.3.1
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.2.0
19+ * @version 1.3.1
2020 */
2121class DatabaseInfo {
2222 /**
@@ -56,8 +56,11 @@ class DatabaseInfo {
5656 if ( data . hasOwnProperty ( 'region' ) ) {
5757 obj [ 'region' ] = ApiClient . convertToType ( data [ 'region' ] , 'String' ) ;
5858 }
59- if ( data . hasOwnProperty ( 'database_id' ) ) {
60- obj [ 'database_id' ] = ApiClient . convertToType ( data [ 'database_id' ] , 'String' ) ;
59+ if ( data . hasOwnProperty ( 'id' ) ) {
60+ obj [ 'id' ] = ApiClient . convertToType ( data [ 'id' ] , 'String' ) ;
61+ }
62+ if ( data . hasOwnProperty ( 'created_by' ) ) {
63+ obj [ 'created_by' ] = ApiClient . convertToType ( data [ 'created_by' ] , 'String' ) ;
6164 }
6265 if ( data . hasOwnProperty ( 'default_compute_name' ) ) {
6366 obj [ 'default_compute_name' ] = ApiClient . convertToType ( data [ 'default_compute_name' ] , 'String' ) ;
@@ -88,9 +91,14 @@ DatabaseInfo.prototype['name'] = undefined;
8891DatabaseInfo . prototype [ 'region' ] = undefined ;
8992
9093/**
91- * @member {String} database_id
94+ * @member {String} id
95+ */
96+ DatabaseInfo . prototype [ 'id' ] = undefined ;
97+
98+ /**
99+ * @member {String} created_by
92100 */
93- DatabaseInfo . prototype [ 'database_id ' ] = undefined ;
101+ DatabaseInfo . prototype [ 'created_by ' ] = undefined ;
94102
95103/**
96104 * @member {String} default_compute_name
0 commit comments