Class: TencentCloud::Bm::V20180423::AttachCamRoleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::AttachCamRoleResponse
- Defined in:
- lib/v20180423/models.rb
Overview
AttachCamRole返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AttachCamRoleResponse
constructor
A new instance of AttachCamRoleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AttachCamRoleResponse
Returns a new instance of AttachCamRoleResponse.
47 48 49 |
# File 'lib/v20180423/models.rb', line 47 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
45 46 47 |
# File 'lib/v20180423/models.rb', line 45 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
51 52 53 |
# File 'lib/v20180423/models.rb', line 51 def deserialize(params) @RequestId = params['RequestId'] end |