Class: TencentCloud::Ccc::V20200210::ServeParticipant
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::ServeParticipant
- Defined in:
- lib/v20200210/models.rb
Overview
参与者信息
Instance Attribute Summary collapse
- #AcceptTimestamp ⇒ Object
- #CustomRecordURL ⇒ Object
- #EndedTimestamp ⇒ Object
- #EndStatusString ⇒ Object
- #Mail ⇒ Object
- #Phone ⇒ Object
- #RecordId ⇒ Object
- #RecordURL ⇒ Object
- #RingTimestamp ⇒ Object
- #Sequence ⇒ Object
- #SkillGroupId ⇒ Object
- #SkillGroupName ⇒ Object
- #StartTimestamp ⇒ Object
- #TransferFrom ⇒ Object
- #TransferFromType ⇒ Object
- #TransferTo ⇒ Object
- #TransferToType ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mail = nil, phone = nil, ringtimestamp = nil, accepttimestamp = nil, endedtimestamp = nil, recordid = nil, type = nil, transferfrom = nil, transferfromtype = nil, transferto = nil, transfertotype = nil, skillgroupid = nil, endstatusstring = nil, recordurl = nil, sequence = nil, starttimestamp = nil, skillgroupname = nil, customrecordurl = nil) ⇒ ServeParticipant
constructor
A new instance of ServeParticipant.
Constructor Details
#initialize(mail = nil, phone = nil, ringtimestamp = nil, accepttimestamp = nil, endedtimestamp = nil, recordid = nil, type = nil, transferfrom = nil, transferfromtype = nil, transferto = nil, transfertotype = nil, skillgroupid = nil, endstatusstring = nil, recordurl = nil, sequence = nil, starttimestamp = nil, skillgroupname = nil, customrecordurl = nil) ⇒ ServeParticipant
Returns a new instance of ServeParticipant.
6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 |
# File 'lib/v20200210/models.rb', line 6289 def initialize(mail=nil, phone=nil, =nil, =nil, =nil, recordid=nil, type=nil, transferfrom=nil, transferfromtype=nil, transferto=nil, transfertotype=nil, skillgroupid=nil, endstatusstring=nil, recordurl=nil, sequence=nil, =nil, skillgroupname=nil, customrecordurl=nil) @Mail = mail @Phone = phone @RingTimestamp = @AcceptTimestamp = @EndedTimestamp = @RecordId = recordid @Type = type @TransferFrom = transferfrom @TransferFromType = transferfromtype @TransferTo = transferto @TransferToType = transfertotype @SkillGroupId = skillgroupid @EndStatusString = endstatusstring @RecordURL = recordurl @Sequence = sequence @StartTimestamp = @SkillGroupName = skillgroupname @CustomRecordURL = customrecordurl end |
Instance Attribute Details
#AcceptTimestamp ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def AcceptTimestamp @AcceptTimestamp end |
#CustomRecordURL ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def CustomRecordURL @CustomRecordURL end |
#EndedTimestamp ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def EndedTimestamp @EndedTimestamp end |
#EndStatusString ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def EndStatusString @EndStatusString end |
#Mail ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def Mail @Mail end |
#Phone ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def Phone @Phone end |
#RecordId ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def RecordId @RecordId end |
#RecordURL ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def RecordURL @RecordURL end |
#RingTimestamp ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def RingTimestamp @RingTimestamp end |
#Sequence ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def Sequence @Sequence end |
#SkillGroupId ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def SkillGroupId @SkillGroupId end |
#SkillGroupName ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def SkillGroupName @SkillGroupName end |
#StartTimestamp ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def StartTimestamp @StartTimestamp end |
#TransferFrom ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def TransferFrom @TransferFrom end |
#TransferFromType ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def TransferFromType @TransferFromType end |
#TransferTo ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def TransferTo @TransferTo end |
#TransferToType ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def TransferToType @TransferToType end |
#Type ⇒ Object
6287 6288 6289 |
# File 'lib/v20200210/models.rb', line 6287 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 |
# File 'lib/v20200210/models.rb', line 6310 def deserialize(params) @Mail = params['Mail'] @Phone = params['Phone'] @RingTimestamp = params['RingTimestamp'] @AcceptTimestamp = params['AcceptTimestamp'] @EndedTimestamp = params['EndedTimestamp'] @RecordId = params['RecordId'] @Type = params['Type'] @TransferFrom = params['TransferFrom'] @TransferFromType = params['TransferFromType'] @TransferTo = params['TransferTo'] @TransferToType = params['TransferToType'] @SkillGroupId = params['SkillGroupId'] @EndStatusString = params['EndStatusString'] @RecordURL = params['RecordURL'] @Sequence = params['Sequence'] @StartTimestamp = params['StartTimestamp'] @SkillGroupName = params['SkillGroupName'] @CustomRecordURL = params['CustomRecordURL'] end |