Class: TencentCloud::Asr::V20190614::UsageByDateInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Asr::V20190614::UsageByDateInfo
- Defined in:
- lib/v20190614/models.rb
Overview
用户用量信息
Instance Attribute Summary collapse
-
#BizName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 单位:次 注意:此字段可能返回 null,表示取不到有效值。 单位:秒 注意:此字段可能返回 null,表示取不到有效值。.
-
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 单位:次 注意:此字段可能返回 null,表示取不到有效值。 单位:秒 注意:此字段可能返回 null,表示取不到有效值。.
-
#Duration ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 单位:次 注意:此字段可能返回 null,表示取不到有效值。 单位:秒 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bizname = nil, count = nil, duration = nil) ⇒ UsageByDateInfo
constructor
A new instance of UsageByDateInfo.
Constructor Details
#initialize(bizname = nil, count = nil, duration = nil) ⇒ UsageByDateInfo
Returns a new instance of UsageByDateInfo.
2005 2006 2007 2008 2009 |
# File 'lib/v20190614/models.rb', line 2005 def initialize(bizname=nil, count=nil, duration=nil) @BizName = bizname @Count = count @Duration = duration end |
Instance Attribute Details
#BizName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 单位:次 注意:此字段可能返回 null,表示取不到有效值。 单位:秒 注意:此字段可能返回 null,表示取不到有效值。
2003 2004 2005 |
# File 'lib/v20190614/models.rb', line 2003 def BizName @BizName end |
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 单位:次 注意:此字段可能返回 null,表示取不到有效值。 单位:秒 注意:此字段可能返回 null,表示取不到有效值。
2003 2004 2005 |
# File 'lib/v20190614/models.rb', line 2003 def Count @Count end |
#Duration ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 单位:次 注意:此字段可能返回 null,表示取不到有效值。 单位:秒 注意:此字段可能返回 null,表示取不到有效值。
2003 2004 2005 |
# File 'lib/v20190614/models.rb', line 2003 def Duration @Duration end |
Instance Method Details
#deserialize(params) ⇒ Object
2011 2012 2013 2014 2015 |
# File 'lib/v20190614/models.rb', line 2011 def deserialize(params) @BizName = params['BizName'] @Count = params['Count'] @Duration = params['Duration'] end |