Class: TencentCloud::Gs::V20191118::ModifyAndroidAppVersionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::ModifyAndroidAppVersionResponse
- Defined in:
- lib/v20191118/models.rb
Overview
ModifyAndroidAppVersion返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyAndroidAppVersionResponse
constructor
A new instance of ModifyAndroidAppVersionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyAndroidAppVersionResponse
Returns a new instance of ModifyAndroidAppVersionResponse.
3270 3271 3272 |
# File 'lib/v20191118/models.rb', line 3270 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3268 3269 3270 |
# File 'lib/v20191118/models.rb', line 3268 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3274 3275 3276 |
# File 'lib/v20191118/models.rb', line 3274 def deserialize(params) @RequestId = params['RequestId'] end |