Class: TencentCloud::Iss::V20230517::RefreshDeviceChannelResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::RefreshDeviceChannelResponse
- Defined in:
- lib/v20230517/models.rb
Overview
RefreshDeviceChannel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RefreshDeviceChannelResponse
constructor
A new instance of RefreshDeviceChannelResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RefreshDeviceChannelResponse
Returns a new instance of RefreshDeviceChannelResponse.
6724 6725 6726 |
# File 'lib/v20230517/models.rb', line 6724 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6722 6723 6724 |
# File 'lib/v20230517/models.rb', line 6722 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6728 6729 6730 |
# File 'lib/v20230517/models.rb', line 6728 def deserialize(params) @RequestId = params['RequestId'] end |