Class: TencentCloud::Tcb::V20180608::CreateWxCloudBaseRunServerDBClusterRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CreateWxCloudBaseRunServerDBClusterRequest
- Defined in:
- lib/v20180608/models.rb
Overview
CreateWxCloudBaseRunServerDBCluster请求参数结构体
Instance Attribute Summary collapse
-
#AccountPassword ⇒ Object
1: 非大小写敏感 默认为0.
-
#DbVersion ⇒ Object
1: 非大小写敏感 默认为0.
-
#EnvId ⇒ Object
1: 非大小写敏感 默认为0.
-
#LowerCaseTableName ⇒ Object
1: 非大小写敏感 默认为0.
-
#WxAppId ⇒ Object
1: 非大小写敏感 默认为0.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accountpassword = nil, envid = nil, wxappid = nil, dbversion = nil, lowercasetablename = nil) ⇒ CreateWxCloudBaseRunServerDBClusterRequest
constructor
A new instance of CreateWxCloudBaseRunServerDBClusterRequest.
Constructor Details
#initialize(accountpassword = nil, envid = nil, wxappid = nil, dbversion = nil, lowercasetablename = nil) ⇒ CreateWxCloudBaseRunServerDBClusterRequest
Returns a new instance of CreateWxCloudBaseRunServerDBClusterRequest.
2148 2149 2150 2151 2152 2153 2154 |
# File 'lib/v20180608/models.rb', line 2148 def initialize(accountpassword=nil, envid=nil, wxappid=nil, dbversion=nil, lowercasetablename=nil) @AccountPassword = accountpassword @EnvId = envid @WxAppId = wxappid @DbVersion = dbversion @LowerCaseTableName = lowercasetablename end |
Instance Attribute Details
#AccountPassword ⇒ Object
1: 非大小写敏感默认为0
2146 2147 2148 |
# File 'lib/v20180608/models.rb', line 2146 def AccountPassword @AccountPassword end |
#DbVersion ⇒ Object
1: 非大小写敏感默认为0
2146 2147 2148 |
# File 'lib/v20180608/models.rb', line 2146 def DbVersion @DbVersion end |
#EnvId ⇒ Object
1: 非大小写敏感默认为0
2146 2147 2148 |
# File 'lib/v20180608/models.rb', line 2146 def EnvId @EnvId end |
#LowerCaseTableName ⇒ Object
1: 非大小写敏感默认为0
2146 2147 2148 |
# File 'lib/v20180608/models.rb', line 2146 def LowerCaseTableName @LowerCaseTableName end |
#WxAppId ⇒ Object
1: 非大小写敏感默认为0
2146 2147 2148 |
# File 'lib/v20180608/models.rb', line 2146 def WxAppId @WxAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
2156 2157 2158 2159 2160 2161 2162 |
# File 'lib/v20180608/models.rb', line 2156 def deserialize(params) @AccountPassword = params['AccountPassword'] @EnvId = params['EnvId'] @WxAppId = params['WxAppId'] @DbVersion = params['DbVersion'] @LowerCaseTableName = params['LowerCaseTableName'] end |