Class: TencentCloud::Tag::V20180813::AddProjectRequest

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

Overview

AddProject请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectname = nil, info = nil) ⇒ AddProjectRequest

Returns a new instance of AddProjectRequest.



29
30
31
32
# File 'lib/v20180813/models.rb', line 29

def initialize(projectname=nil, info=nil)
  @ProjectName = projectname
  @Info = info
end

Instance Attribute Details

#InfoObject

Parameters:

  • ProjectName:

    项目名称

  • Info:

    项目描述



27
28
29
# File 'lib/v20180813/models.rb', line 27

def Info
  @Info
end

#ProjectNameObject

Parameters:

  • ProjectName:

    项目名称

  • Info:

    项目描述



27
28
29
# File 'lib/v20180813/models.rb', line 27

def ProjectName
  @ProjectName
end

Instance Method Details

#deserialize(params) ⇒ Object



34
35
36
37
# File 'lib/v20180813/models.rb', line 34

def deserialize(params)
  @ProjectName = params['ProjectName']
  @Info = params['Info']
end