Class: TencentCloud::Ess::V20201111::CreateResultPageConfig

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201111/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.

    
    
    7364
    7365
    7366
    7367
    7368
    # File 'lib/v20201111/models.rb', line 7364
    
    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字

  • 
    
    7362
    7363
    7364
    # File 'lib/v20201111/models.rb', line 7362
    
    def Description
      @Description
    end

    #TitleObject

    Parameters:

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

    结果页标题,不超过50字

  • Description:

    结果页描述,不超过200字

  • 
    
    7362
    7363
    7364
    # File 'lib/v20201111/models.rb', line 7362
    
    def Title
      @Title
    end

    #TypeObject

    Parameters:

  • Title:

    结果页标题,不超过50字

  • Description:

    结果页描述,不超过200字

  • 
    
    7362
    7363
    7364
    # File 'lib/v20201111/models.rb', line 7362
    
    def Type
      @Type
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    7370
    7371
    7372
    7373
    7374
    # File 'lib/v20201111/models.rb', line 7370
    
    def deserialize(params)
      @Type = params['Type']
      @Title = params['Title']
      @Description = params['Description']
    end