Class: TencentCloud::Ds::V20180523::CreateEnterpriseAccountRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ds::V20180523::CreateEnterpriseAccountRequest
- Defined in:
- lib/v20180523/models.rb
Overview
CreateEnterpriseAccount请求参数结构体
Instance Attribute Summary collapse
- #Email ⇒ Object
- #IdentNo ⇒ Object
- #IdentType ⇒ Object
- #MobilePhone ⇒ Object
- #Module ⇒ Object
- #Name ⇒ Object
- #Operation ⇒ Object
- #TransactorIdentNo ⇒ Object
- #TransactorIdentType ⇒ Object
- #TransactorName ⇒ Object
- #TransactorPhone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, name = nil, identtype = nil, identno = nil, mobilephone = nil, transactorname = nil, transactoridenttype = nil, transactoridentno = nil, transactorphone = nil, email = nil) ⇒ CreateEnterpriseAccountRequest
constructor
A new instance of CreateEnterpriseAccountRequest.
Constructor Details
#initialize(_module = nil, operation = nil, name = nil, identtype = nil, identno = nil, mobilephone = nil, transactorname = nil, transactoridenttype = nil, transactoridentno = nil, transactorphone = nil, email = nil) ⇒ CreateEnterpriseAccountRequest
Returns a new instance of CreateEnterpriseAccountRequest.
166 167 168 169 170 171 172 173 174 175 176 177 178 |
# File 'lib/v20180523/models.rb', line 166 def initialize(_module=nil, operation=nil, name=nil, identtype=nil, identno=nil, mobilephone=nil, transactorname=nil, transactoridenttype=nil, transactoridentno=nil, transactorphone=nil, email=nil) @Module = _module @Operation = operation @Name = name @IdentType = identtype @IdentNo = identno @MobilePhone = mobilephone @TransactorName = transactorname @TransactorIdentType = transactoridenttype @TransactorIdentNo = transactoridentno @TransactorPhone = transactorphone @Email = email end |
Instance Attribute Details
#Email ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def Email @Email end |
#IdentNo ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def IdentNo @IdentNo end |
#IdentType ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def IdentType @IdentType end |
#MobilePhone ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def MobilePhone @MobilePhone end |
#Module ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def Module @Module end |
#Name ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def Name @Name end |
#Operation ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def Operation @Operation end |
#TransactorIdentNo ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def TransactorIdentNo @TransactorIdentNo end |
#TransactorIdentType ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def TransactorIdentType @TransactorIdentType end |
#TransactorName ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def TransactorName @TransactorName end |
#TransactorPhone ⇒ Object
164 165 166 |
# File 'lib/v20180523/models.rb', line 164 def TransactorPhone @TransactorPhone end |
Instance Method Details
#deserialize(params) ⇒ Object
180 181 182 183 184 185 186 187 188 189 190 191 192 |
# File 'lib/v20180523/models.rb', line 180 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @Name = params['Name'] @IdentType = params['IdentType'] @IdentNo = params['IdentNo'] @MobilePhone = params['MobilePhone'] @TransactorName = params['TransactorName'] @TransactorIdentType = params['TransactorIdentType'] @TransactorIdentNo = params['TransactorIdentNo'] @TransactorPhone = params['TransactorPhone'] @Email = params['Email'] end |