Class: TencentCloud::Ess::V20201111::ReviewerInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::ReviewerInfo
- Defined in:
- lib/v20201111/models.rb
Overview
关注方信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, mobile = nil) ⇒ ReviewerInfo
constructor
A new instance of ReviewerInfo.
Constructor Details
#initialize(name = nil, mobile = nil) ⇒ ReviewerInfo
Returns a new instance of ReviewerInfo.
16965 16966 16967 16968 |
# File 'lib/v20201111/models.rb', line 16965 def initialize(name=nil, mobile=nil) @Name = name @Mobile = mobile end |
Instance Attribute Details
#Mobile ⇒ Object
16963 16964 16965 |
# File 'lib/v20201111/models.rb', line 16963 def Mobile @Mobile end |
#Name ⇒ Object
16963 16964 16965 |
# File 'lib/v20201111/models.rb', line 16963 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
16970 16971 16972 16973 |
# File 'lib/v20201111/models.rb', line 16970 def deserialize(params) @Name = params['Name'] @Mobile = params['Mobile'] end |