Class: TencentCloud::Essbasic::V20210526::FilledComponent

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ComponentFillStatusObject

注: 链接不是永久链接, 默认有效期5分钟后, 到期后链接失效



9016
9017
9018
# File 'lib/v20210526/models.rb', line 9016

def ComponentFillStatus
  @ComponentFillStatus
end

#ComponentIdObject

注: 链接不是永久链接, 默认有效期5分钟后, 到期后链接失效



9016
9017
9018
# File 'lib/v20210526/models.rb', line 9016

def ComponentId
  @ComponentId
end

#ComponentNameObject

注: 链接不是永久链接, 默认有效期5分钟后, 到期后链接失效



9016
9017
9018
# File 'lib/v20210526/models.rb', line 9016

def ComponentName
  @ComponentName
end

#ComponentValueObject

注: 链接不是永久链接, 默认有效期5分钟后, 到期后链接失效



9016
9017
9018
# File 'lib/v20210526/models.rb', line 9016

def ComponentValue
  @ComponentValue
end

#ImageUrlObject

注: 链接不是永久链接, 默认有效期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