Class: TencentCloud::Gs::V20191118::ModifyAndroidAppResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::ModifyAndroidAppResponse
- Defined in:
- lib/v20191118/models.rb
Overview
ModifyAndroidApp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyAndroidAppResponse
constructor
A new instance of ModifyAndroidAppResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyAndroidAppResponse
Returns a new instance of ModifyAndroidAppResponse.
2948 2949 2950 |
# File 'lib/v20191118/models.rb', line 2948 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2946 2947 2948 |
# File 'lib/v20191118/models.rb', line 2946 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2952 2953 2954 |
# File 'lib/v20191118/models.rb', line 2952 def deserialize(params) @RequestId = params['RequestId'] end |