Class: TencentCloud::Trp::V20210515::ModifyTraceCodeUnlinkResponse

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

Overview

ModifyTraceCodeUnlink返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(unlinkcnt = nil, codecnt = nil, batchid = nil, requestid = nil) ⇒ ModifyTraceCodeUnlinkResponse

Returns a new instance of ModifyTraceCodeUnlinkResponse.



3551
3552
3553
3554
3555
3556
# File 'lib/v20210515/models.rb', line 3551

def initialize(unlinkcnt=nil, codecnt=nil, batchid=nil, requestid=nil)
  @UnlinkCnt = unlinkcnt
  @CodeCnt = codecnt
  @BatchId = batchid
  @RequestId = requestid
end

Instance Attribute Details

#BatchIdObject

Parameters:

  • UnlinkCnt:

    成功解绑溯源码的数量

  • CodeCnt:

    当前批次的码数量

  • BatchId:

    批次ID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



3549
3550
3551
# File 'lib/v20210515/models.rb', line 3549

def BatchId
  @BatchId
end

#CodeCntObject

Parameters:

  • UnlinkCnt:

    成功解绑溯源码的数量

  • CodeCnt:

    当前批次的码数量

  • BatchId:

    批次ID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



3549
3550
3551
# File 'lib/v20210515/models.rb', line 3549

def CodeCnt
  @CodeCnt
end

#RequestIdObject

Parameters:

  • UnlinkCnt:

    成功解绑溯源码的数量

  • CodeCnt:

    当前批次的码数量

  • BatchId:

    批次ID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



3549
3550
3551
# File 'lib/v20210515/models.rb', line 3549

def RequestId
  @RequestId
end

#UnlinkCntObject

Parameters:

  • UnlinkCnt:

    成功解绑溯源码的数量

  • CodeCnt:

    当前批次的码数量

  • BatchId:

    批次ID

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



3549
3550
3551
# File 'lib/v20210515/models.rb', line 3549

def UnlinkCnt
  @UnlinkCnt
end

Instance Method Details

#deserialize(params) ⇒ Object



3558
3559
3560
3561
3562
3563
# File 'lib/v20210515/models.rb', line 3558

def deserialize(params)
  @UnlinkCnt = params['UnlinkCnt']
  @CodeCnt = params['CodeCnt']
  @BatchId = params['BatchId']
  @RequestId = params['RequestId']
end