Class: TencentCloud::Tcaplusdb::V20190823::DeleteTableGroupRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190823/models.rb

Overview

DeleteTableGroup请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ClusterIdObject

Parameters:

  • ClusterId:

    表格组所属的集群ID

  • TableGroupId:

    表格组ID



1215
1216
1217
# File 'lib/v20190823/models.rb', line 1215

def ClusterId
  @ClusterId
end

#TableGroupIdObject

Parameters:

  • ClusterId:

    表格组所属的集群ID

  • TableGroupId:

    表格组ID



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