Class: TencentCloud::Intlpartnersmgt::V20220928::CreateAccountResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Intlpartnersmgt::V20220928::CreateAccountResponse
- Defined in:
- lib/v20220928/models.rb
Overview
CreateAccount返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uin = nil, requestid = nil) ⇒ CreateAccountResponse
constructor
A new instance of CreateAccountResponse.
Constructor Details
#initialize(uin = nil, requestid = nil) ⇒ CreateAccountResponse
Returns a new instance of CreateAccountResponse.
153 154 155 156 |
# File 'lib/v20220928/models.rb', line 153 def initialize(uin=nil, requestid=nil) @Uin = uin @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
151 152 153 |
# File 'lib/v20220928/models.rb', line 151 def RequestId @RequestId end |
#Uin ⇒ Object
151 152 153 |
# File 'lib/v20220928/models.rb', line 151 def Uin @Uin end |
Instance Method Details
#deserialize(params) ⇒ Object
158 159 160 161 |
# File 'lib/v20220928/models.rb', line 158 def deserialize(params) @Uin = params['Uin'] @RequestId = params['RequestId'] end |