Class: TencentCloud::Essbasic::V20210526::CreateResultPageConfig

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

Overview

发起流程的可嵌入页面操作结果页配置

Instance Attribute Summary collapse

.
  • #Title ⇒ Object
    .
  • #Type ⇒ Object
    .
  • Instance Method Summary collapse

    Constructor Details

    #initialize(type = nil, title = nil, description = nil) ⇒ CreateResultPageConfig

    Returns a new instance of CreateResultPageConfig.

    
    
    7174
    7175
    7176
    7177
    7178
    # File 'lib/v20210526/models.rb', line 7174
    
    def initialize(type=nil, title=nil, description=nil)
      @Type = type
      @Title = title
      @Description = description
    end

    Instance Attribute Details

    #DescriptionObject

    Parameters:

    • Type: (ul)
    • 0 : 发起审批成功页面(通过接口创建发起流程web页面发起时设置了NeedCreateReview参数为true)
  • Title:

    结果页标题,不超过50字

  • Description:

    结果页描述,不超过200字

  • 
    
    7172
    7173
    7174
    # File 'lib/v20210526/models.rb', line 7172
    
    def Description
      @Description
    end

    #TitleObject

    Parameters:

    • Type: (ul)
    • 0 : 发起审批成功页面(通过接口创建发起流程web页面发起时设置了NeedCreateReview参数为true)
  • Title:

    结果页标题,不超过50字

  • Description:

    结果页描述,不超过200字

  • 
    
    7172
    7173
    7174
    # File 'lib/v20210526/models.rb', line 7172
    
    def Title
      @Title
    end

    #TypeObject

    Parameters:

  • Title:

    结果页标题,不超过50字

  • Description:

    结果页描述,不超过200字

  • 
    
    7172
    7173
    7174
    # File 'lib/v20210526/models.rb', line 7172
    
    def Type
      @Type
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    7180
    7181
    7182
    7183
    7184
    # File 'lib/v20210526/models.rb', line 7180
    
    def deserialize(params)
      @Type = params['Type']
      @Title = params['Title']
      @Description = params['Description']
    end