Class: TencentCloud::Ess::V20201111::FilledComponent
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::FilledComponent
- Defined in:
- lib/v20201111/models.rb
Overview
文档内的填充控件返回结构体,返回控件的基本信息和填写内容值
Instance Attribute Summary collapse
- #ComponentFillStatus ⇒ Object
- #ComponentId ⇒ Object
- #ComponentName ⇒ Object
- #ComponentRecipientId ⇒ Object
- #ComponentValue ⇒ Object
- #ImageUrl ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(componentid = nil, componentname = nil, componentfillstatus = nil, componentvalue = nil, componentrecipientid = nil, imageurl = nil) ⇒ FilledComponent
constructor
A new instance of FilledComponent.
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
#ComponentFillStatus ⇒ Object
12837 12838 12839 |
# File 'lib/v20201111/models.rb', line 12837 def ComponentFillStatus @ComponentFillStatus end |
#ComponentId ⇒ Object
12837 12838 12839 |
# File 'lib/v20201111/models.rb', line 12837 def ComponentId @ComponentId end |
#ComponentName ⇒ Object
12837 12838 12839 |
# File 'lib/v20201111/models.rb', line 12837 def ComponentName @ComponentName end |
#ComponentRecipientId ⇒ Object
12837 12838 12839 |
# File 'lib/v20201111/models.rb', line 12837 def ComponentRecipientId @ComponentRecipientId end |
#ComponentValue ⇒ Object
12837 12838 12839 |
# File 'lib/v20201111/models.rb', line 12837 def ComponentValue @ComponentValue end |
#ImageUrl ⇒ Object
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 |