Class: TencentCloud::Gs::V20191118::DeleteAndroidAppResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::DeleteAndroidAppResponse
- Defined in:
- lib/v20191118/models.rb
Overview
DeleteAndroidApp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteAndroidAppResponse
constructor
A new instance of DeleteAndroidAppResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteAndroidAppResponse
Returns a new instance of DeleteAndroidAppResponse.
1679 1680 1681 |
# File 'lib/v20191118/models.rb', line 1679 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1677 1678 1679 |
# File 'lib/v20191118/models.rb', line 1677 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1683 1684 1685 |
# File 'lib/v20191118/models.rb', line 1683 def deserialize(params) @RequestId = params['RequestId'] end |