Class: TencentCloud::Csip::V20221121::UserCallRecord
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::UserCallRecord
- Defined in:
- lib/v20221121/models.rb
Overview
调用记录详情
Instance Attribute Summary collapse
-
#AppID ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#CallCount ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#Code ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#Date ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#EventType ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#FirstCallTime ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#ISP ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#LastCallTime ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#Region ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#SourceIP ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#SourceIPRemark ⇒ Object
0:控制台调用 1:API 0表示成功.
-
#UserName ⇒ Object
0:控制台调用 1:API 0表示成功.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sourceip = nil, eventtype = nil, callcount = nil, code = nil, firstcalltime = nil, lastcalltime = nil, sourceipremark = nil, region = nil, username = nil, date = nil, appid = nil, isp = nil) ⇒ UserCallRecord
constructor
A new instance of UserCallRecord.
Constructor Details
#initialize(sourceip = nil, eventtype = nil, callcount = nil, code = nil, firstcalltime = nil, lastcalltime = nil, sourceipremark = nil, region = nil, username = nil, date = nil, appid = nil, isp = nil) ⇒ UserCallRecord
Returns a new instance of UserCallRecord.
12986 12987 12988 12989 12990 12991 12992 12993 12994 12995 12996 12997 12998 12999 |
# File 'lib/v20221121/models.rb', line 12986 def initialize(sourceip=nil, eventtype=nil, callcount=nil, code=nil, firstcalltime=nil, lastcalltime=nil, sourceipremark=nil, region=nil, username=nil, date=nil, appid=nil, isp=nil) @SourceIP = sourceip @EventType = eventtype @CallCount = callcount @Code = code @FirstCallTime = firstcalltime @LastCallTime = lastcalltime @SourceIPRemark = sourceipremark @Region = region @UserName = username @Date = date @AppID = appid @ISP = isp end |
Instance Attribute Details
#AppID ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def AppID @AppID end |
#CallCount ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def CallCount @CallCount end |
#Code ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def Code @Code end |
#Date ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def Date @Date end |
#EventType ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def EventType @EventType end |
#FirstCallTime ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def FirstCallTime @FirstCallTime end |
#ISP ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def ISP @ISP end |
#LastCallTime ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def LastCallTime @LastCallTime end |
#Region ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def Region @Region end |
#SourceIP ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def SourceIP @SourceIP end |
#SourceIPRemark ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def SourceIPRemark @SourceIPRemark end |
#UserName ⇒ Object
0:控制台调用1:API 0表示成功
12984 12985 12986 |
# File 'lib/v20221121/models.rb', line 12984 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
13001 13002 13003 13004 13005 13006 13007 13008 13009 13010 13011 13012 13013 13014 |
# File 'lib/v20221121/models.rb', line 13001 def deserialize(params) @SourceIP = params['SourceIP'] @EventType = params['EventType'] @CallCount = params['CallCount'] @Code = params['Code'] @FirstCallTime = params['FirstCallTime'] @LastCallTime = params['LastCallTime'] @SourceIPRemark = params['SourceIPRemark'] @Region = params['Region'] @UserName = params['UserName'] @Date = params['Date'] @AppID = params['AppID'] @ISP = params['ISP'] end |