Class: TencentCloud::Gs::V20191118::DeleteAndroidAppVersionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::DeleteAndroidAppVersionResponse
- Defined in:
- lib/v20191118/models.rb
Overview
DeleteAndroidAppVersion返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteAndroidAppVersionResponse
constructor
A new instance of DeleteAndroidAppVersionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteAndroidAppVersionResponse
Returns a new instance of DeleteAndroidAppVersionResponse.
1709 1710 1711 |
# File 'lib/v20191118/models.rb', line 1709 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1707 1708 1709 |
# File 'lib/v20191118/models.rb', line 1707 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1713 1714 1715 |
# File 'lib/v20191118/models.rb', line 1713 def deserialize(params) @RequestId = params['RequestId'] end |