Class: TencentCloud::Youmall::V20180228::PersonTagInfo

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

Overview

修改顾客属性参数

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NewTypeObject

Parameters:

  • OldType:

    顾客原类型

  • NewType:

    顾客新类型

  • PersonId:

    顾客face id



2517
2518
2519
# File 'lib/v20180228/models.rb', line 2517

def NewType
  @NewType
end

#OldTypeObject

Parameters:

  • OldType:

    顾客原类型

  • NewType:

    顾客新类型

  • PersonId:

    顾客face id



2517
2518
2519
# File 'lib/v20180228/models.rb', line 2517

def OldType
  @OldType
end

#PersonIdObject

Parameters:

  • OldType:

    顾客原类型

  • NewType:

    顾客新类型

  • PersonId:

    顾客face id



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