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.
17874 17875 17876 17877 |
# File 'lib/v20210820/models.rb', line 17874 def initialize(type=nil, projectid=nil) @Type = type @ProjectId = projectid end |
Instance Attribute Details
#ProjectId ⇒ Object
17872 17873 17874 |
# File 'lib/v20210820/models.rb', line 17872 def ProjectId @ProjectId end |
#Type ⇒ Object
17872 17873 17874 |
# File 'lib/v20210820/models.rb', line 17872 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
17879 17880 17881 17882 |
# File 'lib/v20210820/models.rb', line 17879 def deserialize(params) @Type = params['Type'] @ProjectId = params['ProjectId'] end |