Class: TencentCloud::Mna::V20210119::ActiveDeviceList
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::ActiveDeviceList
- Defined in:
- lib/v20210119/models.rb
Overview
激活设备数统计
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(count = nil, time = nil) ⇒ ActiveDeviceList
constructor
A new instance of ActiveDeviceList.
Constructor Details
#initialize(count = nil, time = nil) ⇒ ActiveDeviceList
Returns a new instance of ActiveDeviceList.
139 140 141 142 |
# File 'lib/v20210119/models.rb', line 139 def initialize(count=nil, time=nil) @Count = count @Time = time end |
Instance Attribute Details
#Count ⇒ Object
137 138 139 |
# File 'lib/v20210119/models.rb', line 137 def Count @Count end |
#Time ⇒ Object
137 138 139 |
# File 'lib/v20210119/models.rb', line 137 def Time @Time end |
Instance Method Details
#deserialize(params) ⇒ Object
144 145 146 147 |
# File 'lib/v20210119/models.rb', line 144 def deserialize(params) @Count = params['Count'] @Time = params['Time'] end |