Class: TencentCloud::Mna::V20210119::DownloadActiveDeviceCountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mna::V20210119::DownloadActiveDeviceCountRequest
- Defined in:
- lib/v20210119/models.rb
Overview
DownloadActiveDeviceCount请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(period = nil, starttime = nil, endtime = nil, devgroup = nil, licensetype = nil) ⇒ DownloadActiveDeviceCountRequest
constructor
A new instance of DownloadActiveDeviceCountRequest.
Constructor Details
#initialize(period = nil, starttime = nil, endtime = nil, devgroup = nil, licensetype = nil) ⇒ DownloadActiveDeviceCountRequest
Returns a new instance of DownloadActiveDeviceCountRequest.
735 736 737 738 739 740 741 |
# File 'lib/v20210119/models.rb', line 735 def initialize(period=nil, starttime=nil, endtime=nil, devgroup=nil, licensetype=nil) @Period = period @StartTime = starttime @EndTime = endtime @DevGroup = devgroup @LicenseType = licensetype end |
Instance Attribute Details
#DevGroup ⇒ Object
733 734 735 |
# File 'lib/v20210119/models.rb', line 733 def DevGroup @DevGroup end |
#EndTime ⇒ Object
733 734 735 |
# File 'lib/v20210119/models.rb', line 733 def EndTime @EndTime end |
#LicenseType ⇒ Object
733 734 735 |
# File 'lib/v20210119/models.rb', line 733 def LicenseType @LicenseType end |
#Period ⇒ Object
733 734 735 |
# File 'lib/v20210119/models.rb', line 733 def Period @Period end |
#StartTime ⇒ Object
733 734 735 |
# File 'lib/v20210119/models.rb', line 733 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
743 744 745 746 747 748 749 |
# File 'lib/v20210119/models.rb', line 743 def deserialize(params) @Period = params['Period'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @DevGroup = params['DevGroup'] @LicenseType = params['LicenseType'] end |