Class: TencentCloud::Tcaplusdb::V20190823::DeleteTableGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::DeleteTableGroupRequest
- Defined in:
- lib/v20190823/models.rb
Overview
DeleteTableGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, tablegroupid = nil) ⇒ DeleteTableGroupRequest
constructor
A new instance of DeleteTableGroupRequest.
Constructor Details
#initialize(clusterid = nil, tablegroupid = nil) ⇒ DeleteTableGroupRequest
Returns a new instance of DeleteTableGroupRequest.
1217 1218 1219 1220 |
# File 'lib/v20190823/models.rb', line 1217 def initialize(clusterid=nil, tablegroupid=nil) @ClusterId = clusterid @TableGroupId = tablegroupid end |
Instance Attribute Details
#ClusterId ⇒ Object
1215 1216 1217 |
# File 'lib/v20190823/models.rb', line 1215 def ClusterId @ClusterId end |
#TableGroupId ⇒ Object
1215 1216 1217 |
# File 'lib/v20190823/models.rb', line 1215 def TableGroupId @TableGroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
1222 1223 1224 1225 |
# File 'lib/v20190823/models.rb', line 1222 def deserialize(params) @ClusterId = params['ClusterId'] @TableGroupId = params['TableGroupId'] end |