Class: TencentCloud::Ccc::V20200210::DeleteStaffRequest

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

Overview

DeleteStaff请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sdkappid = nil, stafflist = nil) ⇒ DeleteStaffRequest

Returns a new instance of DeleteStaffRequest.



2544
2545
2546
2547
# File 'lib/v20200210/models.rb', line 2544

def initialize(sdkappid=nil, stafflist=nil)
  @SdkAppId = sdkappid
  @StaffList = stafflist
end

Instance Attribute Details

#SdkAppIdObject

Parameters:

  • SdkAppId:

    应用 ID(必填),可以查看 console.cloud.tencent.com/ccc

  • StaffList:

    待删除客服邮箱列表,一次最大支持200个。



2542
2543
2544
# File 'lib/v20200210/models.rb', line 2542

def SdkAppId
  @SdkAppId
end

#StaffListObject

Parameters:

  • SdkAppId:

    应用 ID(必填),可以查看 console.cloud.tencent.com/ccc

  • StaffList:

    待删除客服邮箱列表,一次最大支持200个。



2542
2543
2544
# File 'lib/v20200210/models.rb', line 2542

def StaffList
  @StaffList
end

Instance Method Details

#deserialize(params) ⇒ Object



2549
2550
2551
2552
# File 'lib/v20200210/models.rb', line 2549

def deserialize(params)
  @SdkAppId = params['SdkAppId']
  @StaffList = params['StaffList']
end