Class: TencentCloud::Ses::V20201002::Volume
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::Volume
- Defined in:
- lib/v20201002/models.rb
Overview
统计数据的结构体
Instance Attribute Summary collapse
-
#AcceptedCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#BounceCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ClickedCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#DeliveredCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#OpenedCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SendDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UnsubscribeCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(senddate = nil, requestcount = nil, acceptedcount = nil, deliveredcount = nil, openedcount = nil, clickedcount = nil, bouncecount = nil, unsubscribecount = nil) ⇒ Volume
constructor
A new instance of Volume.
Constructor Details
#initialize(senddate = nil, requestcount = nil, acceptedcount = nil, deliveredcount = nil, openedcount = nil, clickedcount = nil, bouncecount = nil, unsubscribecount = nil) ⇒ Volume
Returns a new instance of Volume.
2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 |
# File 'lib/v20201002/models.rb', line 2201 def initialize(senddate=nil, requestcount=nil, acceptedcount=nil, deliveredcount=nil, openedcount=nil, clickedcount=nil, bouncecount=nil, unsubscribecount=nil) @SendDate = senddate @RequestCount = requestcount @AcceptedCount = acceptedcount @DeliveredCount = deliveredcount @OpenedCount = openedcount @ClickedCount = clickedcount @BounceCount = bouncecount @UnsubscribeCount = unsubscribecount end |
Instance Attribute Details
#AcceptedCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2199 2200 2201 |
# File 'lib/v20201002/models.rb', line 2199 def AcceptedCount @AcceptedCount end |
#BounceCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2199 2200 2201 |
# File 'lib/v20201002/models.rb', line 2199 def BounceCount @BounceCount end |
#ClickedCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2199 2200 2201 |
# File 'lib/v20201002/models.rb', line 2199 def ClickedCount @ClickedCount end |
#DeliveredCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2199 2200 2201 |
# File 'lib/v20201002/models.rb', line 2199 def DeliveredCount @DeliveredCount end |
#OpenedCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2199 2200 2201 |
# File 'lib/v20201002/models.rb', line 2199 def OpenedCount @OpenedCount end |
#RequestCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2199 2200 2201 |
# File 'lib/v20201002/models.rb', line 2199 def RequestCount @RequestCount end |
#SendDate ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2199 2200 2201 |
# File 'lib/v20201002/models.rb', line 2199 def SendDate @SendDate end |
#UnsubscribeCount ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2199 2200 2201 |
# File 'lib/v20201002/models.rb', line 2199 def UnsubscribeCount @UnsubscribeCount end |
Instance Method Details
#deserialize(params) ⇒ Object
2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 |
# File 'lib/v20201002/models.rb', line 2212 def deserialize(params) @SendDate = params['SendDate'] @RequestCount = params['RequestCount'] @AcceptedCount = params['AcceptedCount'] @DeliveredCount = params['DeliveredCount'] @OpenedCount = params['OpenedCount'] @ClickedCount = params['ClickedCount'] @BounceCount = params['BounceCount'] @UnsubscribeCount = params['UnsubscribeCount'] end |