Class: TencentCloud::Weilingwith::V20230427::ProcessRecordInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::ProcessRecordInfo
- Defined in:
- lib/v20230427/models.rb
Overview
处理记录项
Instance Attribute Summary collapse
-
#AttachedFileId ⇒ Object
["id":"123","name":"tes"].
-
#Id ⇒ Object
["id":"123","name":"tes"].
-
#ProcessDescription ⇒ Object
["id":"123","name":"tes"].
-
#Processor ⇒ Object
["id":"123","name":"tes"].
-
#ProcessTime ⇒ Object
["id":"123","name":"tes"].
-
#ProcessType ⇒ Object
["id":"123","name":"tes"].
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, processtime = nil, processtype = nil, processor = nil, processdescription = nil, attachedfileid = nil) ⇒ ProcessRecordInfo
constructor
A new instance of ProcessRecordInfo.
Constructor Details
#initialize(id = nil, processtime = nil, processtype = nil, processor = nil, processdescription = nil, attachedfileid = nil) ⇒ ProcessRecordInfo
6296 6297 6298 6299 6300 6301 6302 6303 |
# File 'lib/v20230427/models.rb', line 6296 def initialize(id=nil, processtime=nil, processtype=nil, processor=nil, processdescription=nil, attachedfileid=nil) @Id = id @ProcessTime = processtime @ProcessType = processtype @Processor = processor @ProcessDescription = processdescription @AttachedFileId = attachedfileid end |
Instance Attribute Details
#AttachedFileId ⇒ Object
- "id":"123","name":"tes"
6294 6295 6296 |
# File 'lib/v20230427/models.rb', line 6294 def AttachedFileId @AttachedFileId end |
#Id ⇒ Object
- "id":"123","name":"tes"
6294 6295 6296 |
# File 'lib/v20230427/models.rb', line 6294 def Id @Id end |
#ProcessDescription ⇒ Object
- "id":"123","name":"tes"
6294 6295 6296 |
# File 'lib/v20230427/models.rb', line 6294 def ProcessDescription @ProcessDescription end |
#Processor ⇒ Object
- "id":"123","name":"tes"
6294 6295 6296 |
# File 'lib/v20230427/models.rb', line 6294 def Processor @Processor end |
#ProcessTime ⇒ Object
- "id":"123","name":"tes"
6294 6295 6296 |
# File 'lib/v20230427/models.rb', line 6294 def ProcessTime @ProcessTime end |
#ProcessType ⇒ Object
- "id":"123","name":"tes"
6294 6295 6296 |
# File 'lib/v20230427/models.rb', line 6294 def ProcessType @ProcessType end |
Instance Method Details
#deserialize(params) ⇒ Object
6305 6306 6307 6308 6309 6310 6311 6312 |
# File 'lib/v20230427/models.rb', line 6305 def deserialize(params) @Id = params['Id'] @ProcessTime = params['ProcessTime'] @ProcessType = params['ProcessType'] @Processor = params['Processor'] @ProcessDescription = params['ProcessDescription'] @AttachedFileId = params['AttachedFileId'] end |