Class: TencentCloud::Youmall::V20180228::PersonTagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::PersonTagInfo
- Defined in:
- lib/v20180228/models.rb
Overview
修改顾客属性参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(oldtype = nil, newtype = nil, personid = nil) ⇒ PersonTagInfo
constructor
A new instance of PersonTagInfo.
Constructor Details
#initialize(oldtype = nil, newtype = nil, personid = nil) ⇒ PersonTagInfo
Returns a new instance of PersonTagInfo.
2519 2520 2521 2522 2523 |
# File 'lib/v20180228/models.rb', line 2519 def initialize(oldtype=nil, newtype=nil, personid=nil) @OldType = oldtype @NewType = newtype @PersonId = personid end |
Instance Attribute Details
#NewType ⇒ Object
2517 2518 2519 |
# File 'lib/v20180228/models.rb', line 2517 def NewType @NewType end |
#OldType ⇒ Object
2517 2518 2519 |
# File 'lib/v20180228/models.rb', line 2517 def OldType @OldType end |
#PersonId ⇒ Object
2517 2518 2519 |
# File 'lib/v20180228/models.rb', line 2517 def PersonId @PersonId end |
Instance Method Details
#deserialize(params) ⇒ Object
2525 2526 2527 2528 2529 |
# File 'lib/v20180228/models.rb', line 2525 def deserialize(params) @OldType = params['OldType'] @NewType = params['NewType'] @PersonId = params['PersonId'] end |