Class: TencentCloud::Lcic::V20220817::SetAppCustomContentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Lcic::V20220817::SetAppCustomContentResponse
- Defined in:
- lib/v20220817/models.rb
Overview
SetAppCustomContent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ SetAppCustomContentResponse
constructor
A new instance of SetAppCustomContentResponse.
Constructor Details
#initialize(requestid = nil) ⇒ SetAppCustomContentResponse
Returns a new instance of SetAppCustomContentResponse.
4920 4921 4922 |
# File 'lib/v20220817/models.rb', line 4920 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4918 4919 4920 |
# File 'lib/v20220817/models.rb', line 4918 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4924 4925 4926 |
# File 'lib/v20220817/models.rb', line 4924 def deserialize(params) @RequestId = params['RequestId'] end |