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.
4888 4889 4890 |
# File 'lib/v20220817/models.rb', line 4888 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4886 4887 4888 |
# File 'lib/v20220817/models.rb', line 4886 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4892 4893 4894 |
# File 'lib/v20220817/models.rb', line 4892 def deserialize(params) @RequestId = params['RequestId'] end |