Class: TencentCloud::Lcic::V20220817::DeleteAppCustomContentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::DeleteAppCustomContentResponse
- Defined in:
- lib/v20220817/models.rb
Overview
DeleteAppCustomContent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteAppCustomContentResponse
constructor
A new instance of DeleteAppCustomContentResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteAppCustomContentResponse
Returns a new instance of DeleteAppCustomContentResponse.
1199 1200 1201 |
# File 'lib/v20220817/models.rb', line 1199 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1197 1198 1199 |
# File 'lib/v20220817/models.rb', line 1197 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1203 1204 1205 |
# File 'lib/v20220817/models.rb', line 1203 def deserialize(params) @RequestId = params['RequestId'] end |