Class: TencentCloud::Ccc::V20200210::ErrStaffItem

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

Overview

批量添加客服时,返回出错客服的信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(staffemail = nil, code = nil, message = nil) ⇒ ErrStaffItem

Returns a new instance of ErrStaffItem.



4919
4920
4921
4922
4923
# File 'lib/v20200210/models.rb', line 4919

def initialize(staffemail=nil, code=nil, message=nil)
  @StaffEmail = staffemail
  @Code = code
  @Message = message
end

Instance Attribute Details

#CodeObject

Parameters:

  • StaffEmail:

    座席邮箱地址

  • Code:

    错误码

  • Message:

    错误描述



4917
4918
4919
# File 'lib/v20200210/models.rb', line 4917

def Code
  @Code
end

#MessageObject

Parameters:

  • StaffEmail:

    座席邮箱地址

  • Code:

    错误码

  • Message:

    错误描述



4917
4918
4919
# File 'lib/v20200210/models.rb', line 4917

def Message
  @Message
end

#StaffEmailObject

Parameters:

  • StaffEmail:

    座席邮箱地址

  • Code:

    错误码

  • Message:

    错误描述



4917
4918
4919
# File 'lib/v20200210/models.rb', line 4917

def StaffEmail
  @StaffEmail
end

Instance Method Details

#deserialize(params) ⇒ Object



4925
4926
4927
4928
4929
# File 'lib/v20200210/models.rb', line 4925

def deserialize(params)
  @StaffEmail = params['StaffEmail']
  @Code = params['Code']
  @Message = params['Message']
end