Class: TencentCloud::Weilingwith::V20230427::ProcessRecordInfo

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

Overview

处理记录项

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AttachedFileIdObject

"id":"123","name":"tes"


6294
6295
6296
# File 'lib/v20230427/models.rb', line 6294

def AttachedFileId
  @AttachedFileId
end

#IdObject

"id":"123","name":"tes"


6294
6295
6296
# File 'lib/v20230427/models.rb', line 6294

def Id
  @Id
end

#ProcessDescriptionObject

"id":"123","name":"tes"


6294
6295
6296
# File 'lib/v20230427/models.rb', line 6294

def ProcessDescription
  @ProcessDescription
end

#ProcessorObject

"id":"123","name":"tes"


6294
6295
6296
# File 'lib/v20230427/models.rb', line 6294

def Processor
  @Processor
end

#ProcessTimeObject

"id":"123","name":"tes"


6294
6295
6296
# File 'lib/v20230427/models.rb', line 6294

def ProcessTime
  @ProcessTime
end

#ProcessTypeObject

"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