Class: TencentCloud::Wedata::V20210820::BatchOperationOpsDto

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

Overview

批量操作的结果返回

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(successcount = nil, failedcount = nil, totalcount = nil, asyncactionid = nil) ⇒ BatchOperationOpsDto

Returns a new instance of BatchOperationOpsDto.



2019
2020
2021
2022
2023
2024
# File 'lib/v20210820/models.rb', line 2019

def initialize(successcount=nil, failedcount=nil, totalcount=nil, asyncactionid=nil)
  @SuccessCount = successcount
  @FailedCount = failedcount
  @TotalCount = totalcount
  @AsyncActionId = asyncactionid
end

Instance Attribute Details

#AsyncActionIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SuccessCount:

    批量操作成功数

  • FailedCount:

    批量操作失败数

  • TotalCount:

    批量操作的总数

  • AsyncActionId:

    异步操作记录的唯一id



2017
2018
2019
# File 'lib/v20210820/models.rb', line 2017

def AsyncActionId
  @AsyncActionId
end

#FailedCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SuccessCount:

    批量操作成功数

  • FailedCount:

    批量操作失败数

  • TotalCount:

    批量操作的总数

  • AsyncActionId:

    异步操作记录的唯一id



2017
2018
2019
# File 'lib/v20210820/models.rb', line 2017

def FailedCount
  @FailedCount
end

#SuccessCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SuccessCount:

    批量操作成功数

  • FailedCount:

    批量操作失败数

  • TotalCount:

    批量操作的总数

  • AsyncActionId:

    异步操作记录的唯一id



2017
2018
2019
# File 'lib/v20210820/models.rb', line 2017

def SuccessCount
  @SuccessCount
end

#TotalCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SuccessCount:

    批量操作成功数

  • FailedCount:

    批量操作失败数

  • TotalCount:

    批量操作的总数

  • AsyncActionId:

    异步操作记录的唯一id



2017
2018
2019
# File 'lib/v20210820/models.rb', line 2017

def TotalCount
  @TotalCount
end

Instance Method Details

#deserialize(params) ⇒ Object



2026
2027
2028
2029
2030
2031
# File 'lib/v20210820/models.rb', line 2026

def deserialize(params)
  @SuccessCount = params['SuccessCount']
  @FailedCount = params['FailedCount']
  @TotalCount = params['TotalCount']
  @AsyncActionId = params['AsyncActionId']
end