Class: TencentCloud::Wedata::V20210820::DescribeTemplateDimCountRequest

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

Overview

DescribeTemplateDimCount请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, projectid = nil) ⇒ DescribeTemplateDimCountRequest

Returns a new instance of DescribeTemplateDimCountRequest.



12203
12204
12205
12206
# File 'lib/v20210820/models.rb', line 12203

def initialize(type=nil, projectid=nil)
  @Type = type
  @ProjectId = projectid
end

Instance Attribute Details

#ProjectIdObject

Parameters:

  • Type:

    模板类型

  • ProjectId:

    项目ID



12201
12202
12203
# File 'lib/v20210820/models.rb', line 12201

def ProjectId
  @ProjectId
end

#TypeObject

Parameters:

  • Type:

    模板类型

  • ProjectId:

    项目ID



12201
12202
12203
# File 'lib/v20210820/models.rb', line 12201

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



12208
12209
12210
12211
# File 'lib/v20210820/models.rb', line 12208

def deserialize(params)
  @Type = params['Type']
  @ProjectId = params['ProjectId']
end