Class: TencentCloud::Tcb::V20180608::SmsFreeQuota
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::SmsFreeQuota
- Defined in:
- lib/v20180608/models.rb
Overview
短信免费量
Instance Attribute Summary collapse
- #CycleEnd ⇒ Object
- #CycleStart ⇒ Object
- #FreeQuota ⇒ Object
- #TodayUsedQuota ⇒ Object
- #TotalUsedQuota ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(freequota = nil, totalusedquota = nil, cyclestart = nil, cycleend = nil, todayusedquota = nil) ⇒ SmsFreeQuota
constructor
A new instance of SmsFreeQuota.
Constructor Details
#initialize(freequota = nil, totalusedquota = nil, cyclestart = nil, cycleend = nil, todayusedquota = nil) ⇒ SmsFreeQuota
Returns a new instance of SmsFreeQuota.
7574 7575 7576 7577 7578 7579 7580 |
# File 'lib/v20180608/models.rb', line 7574 def initialize(freequota=nil, totalusedquota=nil, cyclestart=nil, cycleend=nil, todayusedquota=nil) @FreeQuota = freequota @TotalUsedQuota = totalusedquota @CycleStart = cyclestart @CycleEnd = cycleend @TodayUsedQuota = todayusedquota end |
Instance Attribute Details
#CycleEnd ⇒ Object
7572 7573 7574 |
# File 'lib/v20180608/models.rb', line 7572 def CycleEnd @CycleEnd end |
#CycleStart ⇒ Object
7572 7573 7574 |
# File 'lib/v20180608/models.rb', line 7572 def CycleStart @CycleStart end |
#FreeQuota ⇒ Object
7572 7573 7574 |
# File 'lib/v20180608/models.rb', line 7572 def FreeQuota @FreeQuota end |
#TodayUsedQuota ⇒ Object
7572 7573 7574 |
# File 'lib/v20180608/models.rb', line 7572 def TodayUsedQuota @TodayUsedQuota end |
#TotalUsedQuota ⇒ Object
7572 7573 7574 |
# File 'lib/v20180608/models.rb', line 7572 def TotalUsedQuota @TotalUsedQuota end |
Instance Method Details
#deserialize(params) ⇒ Object
7582 7583 7584 7585 7586 7587 7588 |
# File 'lib/v20180608/models.rb', line 7582 def deserialize(params) @FreeQuota = params['FreeQuota'] @TotalUsedQuota = params['TotalUsedQuota'] @CycleStart = params['CycleStart'] @CycleEnd = params['CycleEnd'] @TodayUsedQuota = params['TodayUsedQuota'] end |