Class: TencentCloud::Ess::V20201111::ReviewerInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201111/models.rb

Overview

关注方信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#MobileObject

Parameters:

  • Name:

    姓名

  • Mobile:

    手机号



16963
16964
16965
# File 'lib/v20201111/models.rb', line 16963

def Mobile
  @Mobile
end

#NameObject

Parameters:

  • Name:

    姓名

  • Mobile:

    手机号



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