Class: TencentCloud::Cr::V20180321::CallInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::CallInfo
- Defined in:
- lib/v20180321/models.rb
Overview
作业信息
Instance Attribute Summary collapse
-
#BizDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#CallId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FileName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FileType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#TotalCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bizdate = nil, status = nil, totalcount = nil, filename = nil, filetype = nil, callid = nil) ⇒ CallInfo
constructor
A new instance of CallInfo.
Constructor Details
#initialize(bizdate = nil, status = nil, totalcount = nil, filename = nil, filetype = nil, callid = nil) ⇒ CallInfo
Returns a new instance of CallInfo.
315 316 317 318 319 320 321 322 |
# File 'lib/v20180321/models.rb', line 315 def initialize(bizdate=nil, status=nil, totalcount=nil, filename=nil, filetype=nil, callid=nil) @BizDate = bizdate @Status = status @TotalCount = totalcount @FileName = filename @FileType = filetype @CallId = callid end |
Instance Attribute Details
#BizDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
313 314 315 |
# File 'lib/v20180321/models.rb', line 313 def BizDate @BizDate end |
#CallId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
313 314 315 |
# File 'lib/v20180321/models.rb', line 313 def CallId @CallId end |
#FileName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
313 314 315 |
# File 'lib/v20180321/models.rb', line 313 def FileName @FileName end |
#FileType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
313 314 315 |
# File 'lib/v20180321/models.rb', line 313 def FileType @FileType end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
313 314 315 |
# File 'lib/v20180321/models.rb', line 313 def Status @Status end |
#TotalCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
313 314 315 |
# File 'lib/v20180321/models.rb', line 313 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
324 325 326 327 328 329 330 331 |
# File 'lib/v20180321/models.rb', line 324 def deserialize(params) @BizDate = params['BizDate'] @Status = params['Status'] @TotalCount = params['TotalCount'] @FileName = params['FileName'] @FileType = params['FileType'] @CallId = params['CallId'] end |