Class: TencentCloud::Wedata::V20210820::DescribeTemplateDimCountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeTemplateDimCountRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeTemplateDimCount请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, projectid = nil) ⇒ DescribeTemplateDimCountRequest
constructor
A new instance of DescribeTemplateDimCountRequest.
Constructor Details
#initialize(type = nil, projectid = nil) ⇒ DescribeTemplateDimCountRequest
Returns a new instance of DescribeTemplateDimCountRequest.
17231 17232 17233 17234 |
# File 'lib/v20210820/models.rb', line 17231 def initialize(type=nil, projectid=nil) @Type = type @ProjectId = projectid end |
Instance Attribute Details
#ProjectId ⇒ Object
17229 17230 17231 |
# File 'lib/v20210820/models.rb', line 17229 def ProjectId @ProjectId end |
#Type ⇒ Object
17229 17230 17231 |
# File 'lib/v20210820/models.rb', line 17229 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
17236 17237 17238 17239 |
# File 'lib/v20210820/models.rb', line 17236 def deserialize(params) @Type = params['Type'] @ProjectId = params['ProjectId'] end |