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.
1564 1565 1566 |
# File 'lib/v20191118/models.rb', line 1564 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1562 1563 1564 |
# File 'lib/v20191118/models.rb', line 1562 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1568 1569 1570 |
# File 'lib/v20191118/models.rb', line 1568 def deserialize(params) @RequestId = params['RequestId'] end |