Class: TencentCloud::Tcaplusdb::V20190823::ModifyTableGroupNameRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::ModifyTableGroupNameRequest
- Defined in:
- lib/v20190823/models.rb
Overview
ModifyTableGroupName请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, tablegroupid = nil, tablegroupname = nil) ⇒ ModifyTableGroupNameRequest
constructor
A new instance of ModifyTableGroupNameRequest.
Constructor Details
#initialize(clusterid = nil, tablegroupid = nil, tablegroupname = nil) ⇒ ModifyTableGroupNameRequest
Returns a new instance of ModifyTableGroupNameRequest.
3085 3086 3087 3088 3089 |
# File 'lib/v20190823/models.rb', line 3085 def initialize(clusterid=nil, tablegroupid=nil, tablegroupname=nil) @ClusterId = clusterid @TableGroupId = tablegroupid @TableGroupName = tablegroupname end |
Instance Attribute Details
#ClusterId ⇒ Object
3083 3084 3085 |
# File 'lib/v20190823/models.rb', line 3083 def ClusterId @ClusterId end |
#TableGroupId ⇒ Object
3083 3084 3085 |
# File 'lib/v20190823/models.rb', line 3083 def TableGroupId @TableGroupId end |
#TableGroupName ⇒ Object
3083 3084 3085 |
# File 'lib/v20190823/models.rb', line 3083 def TableGroupName @TableGroupName end |
Instance Method Details
#deserialize(params) ⇒ Object
3091 3092 3093 3094 3095 |
# File 'lib/v20190823/models.rb', line 3091 def deserialize(params) @ClusterId = params['ClusterId'] @TableGroupId = params['TableGroupId'] @TableGroupName = params['TableGroupName'] end |