Class: TencentCloud::Iecp::V20210914::DescribeIotDevicesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::DescribeIotDevicesRequest
- Defined in:
- lib/v20210914/models.rb
Overview
DescribeIotDevices请求参数结构体
Instance Attribute Summary collapse
- #Limit ⇒ Object
- #NamePattern ⇒ Object
- #Offset ⇒ Object
- #Order ⇒ Object
- #ProductId ⇒ Object
- #Versions ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, productid = nil, namepattern = nil, versions = nil, order = nil) ⇒ DescribeIotDevicesRequest
constructor
A new instance of DescribeIotDevicesRequest.
Constructor Details
#initialize(offset = nil, limit = nil, productid = nil, namepattern = nil, versions = nil, order = nil) ⇒ DescribeIotDevicesRequest
Returns a new instance of DescribeIotDevicesRequest.
3240 3241 3242 3243 3244 3245 3246 3247 |
# File 'lib/v20210914/models.rb', line 3240 def initialize(offset=nil, limit=nil, productid=nil, namepattern=nil, versions=nil, order=nil) @Offset = offset @Limit = limit @ProductId = productid @NamePattern = namepattern @Versions = versions @Order = order end |
Instance Attribute Details
#Limit ⇒ Object
3238 3239 3240 |
# File 'lib/v20210914/models.rb', line 3238 def Limit @Limit end |
#NamePattern ⇒ Object
3238 3239 3240 |
# File 'lib/v20210914/models.rb', line 3238 def NamePattern @NamePattern end |
#Offset ⇒ Object
3238 3239 3240 |
# File 'lib/v20210914/models.rb', line 3238 def Offset @Offset end |
#Order ⇒ Object
3238 3239 3240 |
# File 'lib/v20210914/models.rb', line 3238 def Order @Order end |
#ProductId ⇒ Object
3238 3239 3240 |
# File 'lib/v20210914/models.rb', line 3238 def ProductId @ProductId end |
#Versions ⇒ Object
3238 3239 3240 |
# File 'lib/v20210914/models.rb', line 3238 def Versions @Versions end |
Instance Method Details
#deserialize(params) ⇒ Object
3249 3250 3251 3252 3253 3254 3255 3256 |
# File 'lib/v20210914/models.rb', line 3249 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @ProductId = params['ProductId'] @NamePattern = params['NamePattern'] @Versions = params['Versions'] @Order = params['Order'] end |