Class: TencentCloud::Iotexplorer::V20190423::DeleteCloudStorageEventRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeleteCloudStorageEventRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DeleteCloudStorageEvent请求参数结构体
Instance Attribute Summary collapse
- #ChannelId ⇒ Object
- #DeviceName ⇒ Object
- #EndTime ⇒ Object
- #EventId ⇒ Object
- #ProductId ⇒ Object
- #StartTime ⇒ Object
- #UserId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, eventid = nil, starttime = nil, endtime = nil, userid = nil, channelid = nil) ⇒ DeleteCloudStorageEventRequest
constructor
A new instance of DeleteCloudStorageEventRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, eventid = nil, starttime = nil, endtime = nil, userid = nil, channelid = nil) ⇒ DeleteCloudStorageEventRequest
Returns a new instance of DeleteCloudStorageEventRequest.
3157 3158 3159 3160 3161 3162 3163 3164 3165 |
# File 'lib/v20190423/models.rb', line 3157 def initialize(productid=nil, devicename=nil, eventid=nil, starttime=nil, endtime=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @EventId = eventid @StartTime = starttime @EndTime = endtime @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
3155 3156 3157 |
# File 'lib/v20190423/models.rb', line 3155 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
3155 3156 3157 |
# File 'lib/v20190423/models.rb', line 3155 def DeviceName @DeviceName end |
#EndTime ⇒ Object
3155 3156 3157 |
# File 'lib/v20190423/models.rb', line 3155 def EndTime @EndTime end |
#EventId ⇒ Object
3155 3156 3157 |
# File 'lib/v20190423/models.rb', line 3155 def EventId @EventId end |
#ProductId ⇒ Object
3155 3156 3157 |
# File 'lib/v20190423/models.rb', line 3155 def ProductId @ProductId end |
#StartTime ⇒ Object
3155 3156 3157 |
# File 'lib/v20190423/models.rb', line 3155 def StartTime @StartTime end |
#UserId ⇒ Object
3155 3156 3157 |
# File 'lib/v20190423/models.rb', line 3155 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
3167 3168 3169 3170 3171 3172 3173 3174 3175 |
# File 'lib/v20190423/models.rb', line 3167 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @EventId = params['EventId'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |