Class: TencentCloud::Ess::V20201111::Admin
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::Admin
- Defined in:
- lib/v20201111/models.rb
Overview
企业超管信息
Instance Attribute Summary collapse
-
#Mobile ⇒ Object
示例值:138****1569.
-
#Name ⇒ Object
示例值:138****1569.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, mobile = nil) ⇒ Admin
constructor
A new instance of Admin.
Constructor Details
#initialize(name = nil, mobile = nil) ⇒ Admin
Returns a new instance of Admin.
30 31 32 33 |
# File 'lib/v20201111/models.rb', line 30 def initialize(name=nil, mobile=nil) @Name = name @Mobile = mobile end |
Instance Attribute Details
#Mobile ⇒ Object
示例值:138****1569
28 29 30 |
# File 'lib/v20201111/models.rb', line 28 def Mobile @Mobile end |
#Name ⇒ Object
示例值:138****1569
28 29 30 |
# File 'lib/v20201111/models.rb', line 28 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
35 36 37 38 |
# File 'lib/v20201111/models.rb', line 35 def deserialize(params) @Name = params['Name'] @Mobile = params['Mobile'] end |