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.
918 919 920 921 |
# File 'lib/v20191118/models.rb', line 918 def initialize(androidappid=nil, requestid=nil) @AndroidAppId = androidappid @RequestId = requestid end |
Instance Attribute Details
#AndroidAppId ⇒ Object
916 917 918 |
# File 'lib/v20191118/models.rb', line 916 def AndroidAppId @AndroidAppId end |
#RequestId ⇒ Object
916 917 918 |
# File 'lib/v20191118/models.rb', line 916 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
923 924 925 926 |
# File 'lib/v20191118/models.rb', line 923 def deserialize(params) @AndroidAppId = params['AndroidAppId'] @RequestId = params['RequestId'] end |