Class: TencentCloud::Tcaplusdb::V20190823::DescribeTableGroupTagsRequest

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

Overview

DescribeTableGroupTags请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, tablegroupids = nil) ⇒ DescribeTableGroupTagsRequest

Returns a new instance of DescribeTableGroupTagsRequest.



1869
1870
1871
1872
# File 'lib/v20190823/models.rb', line 1869

def initialize(clusterid=nil, tablegroupids=nil)
  @ClusterId = clusterid
  @TableGroupIds = tablegroupids
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    待查询标签表格组所属集群ID

  • TableGroupIds:

    待查询标签表格组ID列表



1867
1868
1869
# File 'lib/v20190823/models.rb', line 1867

def ClusterId
  @ClusterId
end

#TableGroupIdsObject

Parameters:

  • ClusterId:

    待查询标签表格组所属集群ID

  • TableGroupIds:

    待查询标签表格组ID列表



1867
1868
1869
# File 'lib/v20190823/models.rb', line 1867

def TableGroupIds
  @TableGroupIds
end

Instance Method Details

#deserialize(params) ⇒ Object



1874
1875
1876
1877
# File 'lib/v20190823/models.rb', line 1874

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