Class: TencentCloud::Mna::V20210119::ActiveDeviceList

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210119/models.rb

Overview

激活设备数统计

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CountObject

Parameters:

  • Count:

    数量

  • Time:

    时间



137
138
139
# File 'lib/v20210119/models.rb', line 137

def Count
  @Count
end

#TimeObject

Parameters:

  • Count:

    数量

  • Time:

    时间



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