Class: TencentCloud::Wedata::V20210820::DescribeRuleGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeRuleGroupRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeRuleGroup请求参数结构体
Instance Attribute Summary collapse
- #DatabaseId ⇒ Object
- #DatasourceId ⇒ Object
- #ProjectId ⇒ Object
- #RuleGroupId ⇒ Object
- #TableId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rulegroupid = nil, datasourceid = nil, tableid = nil, projectid = nil, databaseid = nil) ⇒ DescribeRuleGroupRequest
constructor
A new instance of DescribeRuleGroupRequest.
Constructor Details
#initialize(rulegroupid = nil, datasourceid = nil, tableid = nil, projectid = nil, databaseid = nil) ⇒ DescribeRuleGroupRequest
Returns a new instance of DescribeRuleGroupRequest.
14911 14912 14913 14914 14915 14916 14917 |
# File 'lib/v20210820/models.rb', line 14911 def initialize(rulegroupid=nil, datasourceid=nil, tableid=nil, projectid=nil, databaseid=nil) @RuleGroupId = rulegroupid @DatasourceId = datasourceid @TableId = tableid @ProjectId = projectid @DatabaseId = databaseid end |
Instance Attribute Details
#DatabaseId ⇒ Object
14909 14910 14911 |
# File 'lib/v20210820/models.rb', line 14909 def DatabaseId @DatabaseId end |
#DatasourceId ⇒ Object
14909 14910 14911 |
# File 'lib/v20210820/models.rb', line 14909 def DatasourceId @DatasourceId end |
#ProjectId ⇒ Object
14909 14910 14911 |
# File 'lib/v20210820/models.rb', line 14909 def ProjectId @ProjectId end |
#RuleGroupId ⇒ Object
14909 14910 14911 |
# File 'lib/v20210820/models.rb', line 14909 def RuleGroupId @RuleGroupId end |
#TableId ⇒ Object
14909 14910 14911 |
# File 'lib/v20210820/models.rb', line 14909 def TableId @TableId end |
Instance Method Details
#deserialize(params) ⇒ Object
14919 14920 14921 14922 14923 14924 14925 |
# File 'lib/v20210820/models.rb', line 14919 def deserialize(params) @RuleGroupId = params['RuleGroupId'] @DatasourceId = params['DatasourceId'] @TableId = params['TableId'] @ProjectId = params['ProjectId'] @DatabaseId = params['DatabaseId'] end |