Class: TencentCloud::Tcaplusdb::V20190823::CreateTableGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::CreateTableGroupResponse
- Defined in:
- lib/v20190823/models.rb
Overview
CreateTableGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tablegroupid = nil, requestid = nil) ⇒ CreateTableGroupResponse
constructor
A new instance of CreateTableGroupResponse.
Constructor Details
#initialize(tablegroupid = nil, requestid = nil) ⇒ CreateTableGroupResponse
Returns a new instance of CreateTableGroupResponse.
860 861 862 863 |
# File 'lib/v20190823/models.rb', line 860 def initialize(tablegroupid=nil, requestid=nil) @TableGroupId = tablegroupid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
858 859 860 |
# File 'lib/v20190823/models.rb', line 858 def RequestId @RequestId end |
#TableGroupId ⇒ Object
858 859 860 |
# File 'lib/v20190823/models.rb', line 858 def TableGroupId @TableGroupId end |
Instance Method Details
#deserialize(params) ⇒ Object
865 866 867 868 |
# File 'lib/v20190823/models.rb', line 865 def deserialize(params) @TableGroupId = params['TableGroupId'] @RequestId = params['RequestId'] end |