Class: TencentCloud::Ame::V20190916::SyncKTVRobotCommandResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ame::V20190916::SyncKTVRobotCommandResponse
- Defined in:
- lib/v20190916/models.rb
Overview
SyncKTVRobotCommand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SyncKTVRobotCommandResponse
constructor
A new instance of SyncKTVRobotCommandResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SyncKTVRobotCommandResponse
Returns a new instance of SyncKTVRobotCommandResponse.
2983 2984 2985 |
# File 'lib/v20190916/models.rb', line 2983 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2981 2982 2983 |
# File 'lib/v20190916/models.rb', line 2981 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2987 2988 2989 |
# File 'lib/v20190916/models.rb', line 2987 def deserialize(params) @RequestId = params['RequestId'] end |