Class: TencentCloud::Ds::V20180523::CreatePersonalAccountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ds::V20180523::CreatePersonalAccountRequest
- Defined in:
- lib/v20180523/models.rb
Overview
CreatePersonalAccount请求参数结构体
Instance Attribute Summary collapse
- #IdentNo ⇒ Object
- #IdentType ⇒ Object
- #MobilePhone ⇒ Object
- #Module ⇒ Object
- #Name ⇒ Object
- #Operation ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, name = nil, identtype = nil, identno = nil, mobilephone = nil) ⇒ CreatePersonalAccountRequest
constructor
A new instance of CreatePersonalAccountRequest.
Constructor Details
#initialize(_module = nil, operation = nil, name = nil, identtype = nil, identno = nil, mobilephone = nil) ⇒ CreatePersonalAccountRequest
Returns a new instance of CreatePersonalAccountRequest.
232 233 234 235 236 237 238 239 |
# File 'lib/v20180523/models.rb', line 232 def initialize(_module=nil, operation=nil, name=nil, identtype=nil, identno=nil, mobilephone=nil) @Module = _module @Operation = operation @Name = name @IdentType = identtype @IdentNo = identno @MobilePhone = mobilephone end |
Instance Attribute Details
#IdentNo ⇒ Object
230 231 232 |
# File 'lib/v20180523/models.rb', line 230 def IdentNo @IdentNo end |
#IdentType ⇒ Object
230 231 232 |
# File 'lib/v20180523/models.rb', line 230 def IdentType @IdentType end |
#MobilePhone ⇒ Object
230 231 232 |
# File 'lib/v20180523/models.rb', line 230 def MobilePhone @MobilePhone end |
#Module ⇒ Object
230 231 232 |
# File 'lib/v20180523/models.rb', line 230 def Module @Module end |
#Name ⇒ Object
230 231 232 |
# File 'lib/v20180523/models.rb', line 230 def Name @Name end |
#Operation ⇒ Object
230 231 232 |
# File 'lib/v20180523/models.rb', line 230 def Operation @Operation end |
Instance Method Details
#deserialize(params) ⇒ Object
241 242 243 244 245 246 247 248 |
# File 'lib/v20180523/models.rb', line 241 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @Name = params['Name'] @IdentType = params['IdentType'] @IdentNo = params['IdentNo'] @MobilePhone = params['MobilePhone'] end |