Class: TencentCloud::Gs::V20191118::CreateAndroidAppResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gs::V20191118::CreateAndroidAppResponse
- Defined in:
- lib/v20191118/models.rb
Overview
CreateAndroidApp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(androidappid = nil, requestid = nil) ⇒ CreateAndroidAppResponse
constructor
A new instance of CreateAndroidAppResponse.
Constructor Details
#initialize(androidappid = nil, requestid = nil) ⇒ CreateAndroidAppResponse
Returns a new instance of CreateAndroidAppResponse.
924 925 926 927 |
# File 'lib/v20191118/models.rb', line 924 def initialize(androidappid=nil, requestid=nil) @AndroidAppId = androidappid @RequestId = requestid end |
Instance Attribute Details
#AndroidAppId ⇒ Object
922 923 924 |
# File 'lib/v20191118/models.rb', line 922 def AndroidAppId @AndroidAppId end |
#RequestId ⇒ Object
922 923 924 |
# File 'lib/v20191118/models.rb', line 922 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
929 930 931 932 |
# File 'lib/v20191118/models.rb', line 929 def deserialize(params) @AndroidAppId = params['AndroidAppId'] @RequestId = params['RequestId'] end |