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.



1238
1239
1240
1241
# File 'lib/v20190823/models.rb', line 1238

def initialize(clusterid=nil, tablegroupid=nil)
  @ClusterId = clusterid
  @TableGroupId = tablegroupid
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    表格组所属的集群ID

  • TableGroupId:

    表格组ID



1236
1237
1238
# File 'lib/v20190823/models.rb', line 1236

def ClusterId
  @ClusterId
end

#TableGroupIdObject

Parameters:

  • ClusterId:

    表格组所属的集群ID

  • TableGroupId:

    表格组ID



1236
1237
1238
# File 'lib/v20190823/models.rb', line 1236

def TableGroupId
  @TableGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



1243
1244
1245
1246
# File 'lib/v20190823/models.rb', line 1243

def deserialize(params)
  @ClusterId = params['ClusterId']
  @TableGroupId = params['TableGroupId']
end