Class: TencentCloud::Ess::V20201111::FilledComponent

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

Overview

文档内的填充控件返回结构体,返回控件的基本信息和填写内容值

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(componentid = nil, componentname = nil, componentfillstatus = nil, componentvalue = nil, componentrecipientid = nil, imageurl = nil) ⇒ FilledComponent

Returns a new instance of FilledComponent.



12839
12840
12841
12842
12843
12844
12845
12846
# File 'lib/v20201111/models.rb', line 12839

def initialize(componentid=nil, componentname=nil, componentfillstatus=nil, componentvalue=nil, componentrecipientid=nil, imageurl=nil)
  @ComponentId = componentid
  @ComponentName = componentname
  @ComponentFillStatus = componentfillstatus
  @ComponentValue = componentvalue
  @ComponentRecipientId = componentrecipientid
  @ImageUrl = imageurl
end

Instance Attribute Details

#ComponentFillStatusObject

Parameters:

  • ComponentId:

    控件Id

  • ComponentName:

    控件名称

  • ComponentFillStatus:

    控件填写状态;0-未填写;1-已填写

  • ComponentValue:

    控件填写内容

  • ComponentRecipientId:

    控件所属参与方Id

  • ImageUrl:

    图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。



12837
12838
12839
# File 'lib/v20201111/models.rb', line 12837

def ComponentFillStatus
  @ComponentFillStatus
end

#ComponentIdObject

Parameters:

  • ComponentId:

    控件Id

  • ComponentName:

    控件名称

  • ComponentFillStatus:

    控件填写状态;0-未填写;1-已填写

  • ComponentValue:

    控件填写内容

  • ComponentRecipientId:

    控件所属参与方Id

  • ImageUrl:

    图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。



12837
12838
12839
# File 'lib/v20201111/models.rb', line 12837

def ComponentId
  @ComponentId
end

#ComponentNameObject

Parameters:

  • ComponentId:

    控件Id

  • ComponentName:

    控件名称

  • ComponentFillStatus:

    控件填写状态;0-未填写;1-已填写

  • ComponentValue:

    控件填写内容

  • ComponentRecipientId:

    控件所属参与方Id

  • ImageUrl:

    图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。



12837
12838
12839
# File 'lib/v20201111/models.rb', line 12837

def ComponentName
  @ComponentName
end

#ComponentRecipientIdObject

Parameters:

  • ComponentId:

    控件Id

  • ComponentName:

    控件名称

  • ComponentFillStatus:

    控件填写状态;0-未填写;1-已填写

  • ComponentValue:

    控件填写内容

  • ComponentRecipientId:

    控件所属参与方Id

  • ImageUrl:

    图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。



12837
12838
12839
# File 'lib/v20201111/models.rb', line 12837

def ComponentRecipientId
  @ComponentRecipientId
end

#ComponentValueObject

Parameters:

  • ComponentId:

    控件Id

  • ComponentName:

    控件名称

  • ComponentFillStatus:

    控件填写状态;0-未填写;1-已填写

  • ComponentValue:

    控件填写内容

  • ComponentRecipientId:

    控件所属参与方Id

  • ImageUrl:

    图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。



12837
12838
12839
# File 'lib/v20201111/models.rb', line 12837

def ComponentValue
  @ComponentValue
end

#ImageUrlObject

Parameters:

  • ComponentId:

    控件Id

  • ComponentName:

    控件名称

  • ComponentFillStatus:

    控件填写状态;0-未填写;1-已填写

  • ComponentValue:

    控件填写内容

  • ComponentRecipientId:

    控件所属参与方Id

  • ImageUrl:

    图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。



12837
12838
12839
# File 'lib/v20201111/models.rb', line 12837

def ImageUrl
  @ImageUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



12848
12849
12850
12851
12852
12853
12854
12855
# File 'lib/v20201111/models.rb', line 12848

def deserialize(params)
  @ComponentId = params['ComponentId']
  @ComponentName = params['ComponentName']
  @ComponentFillStatus = params['ComponentFillStatus']
  @ComponentValue = params['ComponentValue']
  @ComponentRecipientId = params['ComponentRecipientId']
  @ImageUrl = params['ImageUrl']
end