Class: TencentCloud::Bm::V20180423::DetachCamRoleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::DetachCamRoleResponse
- Defined in:
- lib/v20180423/models.rb
Overview
DetachCamRole返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DetachCamRoleResponse
constructor
A new instance of DetachCamRoleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DetachCamRoleResponse
Returns a new instance of DetachCamRoleResponse.
2148 2149 2150 |
# File 'lib/v20180423/models.rb', line 2148 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2146 2147 2148 |
# File 'lib/v20180423/models.rb', line 2146 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2152 2153 2154 |
# File 'lib/v20180423/models.rb', line 2152 def deserialize(params) @RequestId = params['RequestId'] end |