Class: TencentCloud::Essbasic::V20210526::TemplateUserFlowType

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

Overview

模板对应的合同类型

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TemplateUserFlowType.



12959
12960
12961
12962
12963
12964
# File 'lib/v20210526/models.rb', line 12959

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

Instance Attribute Details

#DescriptionObject

Parameters:

  • UserFlowTypeId:

    合同类型id

  • Name:

    用户合同类型名称

  • TemplateNum:

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

  • Description:

    合同类型的具体描述



12957
12958
12959
# File 'lib/v20210526/models.rb', line 12957

def Description
  @Description
end

#NameObject

Parameters:

  • UserFlowTypeId:

    合同类型id

  • Name:

    用户合同类型名称

  • TemplateNum:

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

  • Description:

    合同类型的具体描述



12957
12958
12959
# File 'lib/v20210526/models.rb', line 12957

def Name
  @Name
end

#TemplateNumObject

Parameters:

  • UserFlowTypeId:

    合同类型id

  • Name:

    用户合同类型名称

  • TemplateNum:

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

  • Description:

    合同类型的具体描述



12957
12958
12959
# File 'lib/v20210526/models.rb', line 12957

def TemplateNum
  @TemplateNum
end

#UserFlowTypeIdObject

Parameters:

  • UserFlowTypeId:

    合同类型id

  • Name:

    用户合同类型名称

  • TemplateNum:

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

  • Description:

    合同类型的具体描述



12957
12958
12959
# File 'lib/v20210526/models.rb', line 12957

def UserFlowTypeId
  @UserFlowTypeId
end

Instance Method Details

#deserialize(params) ⇒ Object



12966
12967
12968
12969
12970
12971
# File 'lib/v20210526/models.rb', line 12966

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