Class: TencentCloud::Iotvideoindustry::V20201201::DescribeChannelsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeChannelsRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeChannels请求参数结构体
Instance Attribute Summary collapse
- #ChannelTypes ⇒ Object
- #DeviceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #PlanId ⇒ Object
- #SceneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, limit = nil, offset = nil, channeltypes = nil, planid = nil, sceneid = nil) ⇒ DescribeChannelsRequest
constructor
A new instance of DescribeChannelsRequest.
Constructor Details
#initialize(deviceid = nil, limit = nil, offset = nil, channeltypes = nil, planid = nil, sceneid = nil) ⇒ DescribeChannelsRequest
Returns a new instance of DescribeChannelsRequest.
1970 1971 1972 1973 1974 1975 1976 1977 |
# File 'lib/v20201201/models.rb', line 1970 def initialize(deviceid=nil, limit=nil, offset=nil, channeltypes=nil, planid=nil, sceneid=nil) @DeviceId = deviceid @Limit = limit @Offset = offset @ChannelTypes = channeltypes @PlanId = planid @SceneId = sceneid end |
Instance Attribute Details
#ChannelTypes ⇒ Object
1968 1969 1970 |
# File 'lib/v20201201/models.rb', line 1968 def ChannelTypes @ChannelTypes end |
#DeviceId ⇒ Object
1968 1969 1970 |
# File 'lib/v20201201/models.rb', line 1968 def DeviceId @DeviceId end |
#Limit ⇒ Object
1968 1969 1970 |
# File 'lib/v20201201/models.rb', line 1968 def Limit @Limit end |
#Offset ⇒ Object
1968 1969 1970 |
# File 'lib/v20201201/models.rb', line 1968 def Offset @Offset end |
#PlanId ⇒ Object
1968 1969 1970 |
# File 'lib/v20201201/models.rb', line 1968 def PlanId @PlanId end |
#SceneId ⇒ Object
1968 1969 1970 |
# File 'lib/v20201201/models.rb', line 1968 def SceneId @SceneId end |
Instance Method Details
#deserialize(params) ⇒ Object
1979 1980 1981 1982 1983 1984 1985 1986 |
# File 'lib/v20201201/models.rb', line 1979 def deserialize(params) @DeviceId = params['DeviceId'] @Limit = params['Limit'] @Offset = params['Offset'] @ChannelTypes = params['ChannelTypes'] @PlanId = params['PlanId'] @SceneId = params['SceneId'] end |