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.



12386
12387
12388
12389
# File 'lib/v20210820/models.rb', line 12386

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

Instance Attribute Details

#ProjectIdObject

Parameters:

  • Type:

    模板类型

  • ProjectId:

    项目ID



12384
12385
12386
# File 'lib/v20210820/models.rb', line 12384

def ProjectId
  @ProjectId
end

#TypeObject

Parameters:

  • Type:

    模板类型

  • ProjectId:

    项目ID



12384
12385
12386
# File 'lib/v20210820/models.rb', line 12384

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



12391
12392
12393
12394
# File 'lib/v20210820/models.rb', line 12391

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