Class: TencentCloud::Ess::V20201111::TemplateUserFlowType

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

Overview

模板对应的合同类型

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userflowtypeid = nil, name = nil, description = nil, templatenum = nil) ⇒ TemplateUserFlowType

Returns a new instance of TemplateUserFlowType.



17803
17804
17805
17806
17807
17808
# File 'lib/v20201111/models.rb', line 17803

def initialize(userflowtypeid=nil, name=nil, description=nil, templatenum=nil)
  @UserFlowTypeId = userflowtypeid
  @Name = name
  @Description = description
  @TemplateNum = templatenum
end

Instance Attribute Details

#DescriptionObject

Parameters:

  • UserFlowTypeId:

    合同类型id

  • Name:

    合同类型名称

  • Description:

    合同类型的具体描述

  • TemplateNum:

    每个合同类型绑定的模板数量



17801
17802
17803
# File 'lib/v20201111/models.rb', line 17801

def Description
  @Description
end

#NameObject

Parameters:

  • UserFlowTypeId:

    合同类型id

  • Name:

    合同类型名称

  • Description:

    合同类型的具体描述

  • TemplateNum:

    每个合同类型绑定的模板数量



17801
17802
17803
# File 'lib/v20201111/models.rb', line 17801

def Name
  @Name
end

#TemplateNumObject

Parameters:

  • UserFlowTypeId:

    合同类型id

  • Name:

    合同类型名称

  • Description:

    合同类型的具体描述

  • TemplateNum:

    每个合同类型绑定的模板数量



17801
17802
17803
# File 'lib/v20201111/models.rb', line 17801

def TemplateNum
  @TemplateNum
end

#UserFlowTypeIdObject

Parameters:

  • UserFlowTypeId:

    合同类型id

  • Name:

    合同类型名称

  • Description:

    合同类型的具体描述

  • TemplateNum:

    每个合同类型绑定的模板数量



17801
17802
17803
# File 'lib/v20201111/models.rb', line 17801

def UserFlowTypeId
  @UserFlowTypeId
end

Instance Method Details

#deserialize(params) ⇒ Object



17810
17811
17812
17813
17814
17815
# File 'lib/v20201111/models.rb', line 17810

def deserialize(params)
  @UserFlowTypeId = params['UserFlowTypeId']
  @Name = params['Name']
  @Description = params['Description']
  @TemplateNum = params['TemplateNum']
end