Class: TencentCloud::Essbasic::V20210526::FilledComponent
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::FilledComponent
- Defined in:
- lib/v20210526/models.rb
Overview
文档内的填充控件返回结构体,返回控件的基本信息和填写内容值
Instance Attribute Summary collapse
-
#ComponentFillStatus ⇒ Object
注:
链接不是永久链接, 默认有效期5分钟后, 到期后链接失效. -
#ComponentId ⇒ Object
注:
链接不是永久链接, 默认有效期5分钟后, 到期后链接失效. -
#ComponentName ⇒ Object
注:
链接不是永久链接, 默认有效期5分钟后, 到期后链接失效. -
#ComponentValue ⇒ Object
注:
链接不是永久链接, 默认有效期5分钟后, 到期后链接失效. -
#ImageUrl ⇒ Object
注:
链接不是永久链接, 默认有效期5分钟后, 到期后链接失效.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(componentid = nil, componentname = nil, componentfillstatus = nil, componentvalue = nil, imageurl = nil) ⇒ FilledComponent
constructor
A new instance of FilledComponent.
Constructor Details
#initialize(componentid = nil, componentname = nil, componentfillstatus = nil, componentvalue = nil, imageurl = nil) ⇒ FilledComponent
Returns a new instance of FilledComponent.
9018 9019 9020 9021 9022 9023 9024 |
# File 'lib/v20210526/models.rb', line 9018 def initialize(componentid=nil, componentname=nil, componentfillstatus=nil, componentvalue=nil, imageurl=nil) @ComponentId = componentid @ComponentName = componentname @ComponentFillStatus = componentfillstatus @ComponentValue = componentvalue @ImageUrl = imageurl end |
Instance Attribute Details
#ComponentFillStatus ⇒ Object
注: 链接不是永久链接, 默认有效期5分钟后, 到期后链接失效
9016 9017 9018 |
# File 'lib/v20210526/models.rb', line 9016 def ComponentFillStatus @ComponentFillStatus end |
#ComponentId ⇒ Object
注: 链接不是永久链接, 默认有效期5分钟后, 到期后链接失效
9016 9017 9018 |
# File 'lib/v20210526/models.rb', line 9016 def ComponentId @ComponentId end |
#ComponentName ⇒ Object
注: 链接不是永久链接, 默认有效期5分钟后, 到期后链接失效
9016 9017 9018 |
# File 'lib/v20210526/models.rb', line 9016 def ComponentName @ComponentName end |
#ComponentValue ⇒ Object
注: 链接不是永久链接, 默认有效期5分钟后, 到期后链接失效
9016 9017 9018 |
# File 'lib/v20210526/models.rb', line 9016 def ComponentValue @ComponentValue end |
#ImageUrl ⇒ Object
注: 链接不是永久链接, 默认有效期5分钟后, 到期后链接失效
9016 9017 9018 |
# File 'lib/v20210526/models.rb', line 9016 def ImageUrl @ImageUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
9026 9027 9028 9029 9030 9031 9032 |
# File 'lib/v20210526/models.rb', line 9026 def deserialize(params) @ComponentId = params['ComponentId'] @ComponentName = params['ComponentName'] @ComponentFillStatus = params['ComponentFillStatus'] @ComponentValue = params['ComponentValue'] @ImageUrl = params['ImageUrl'] end |