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.



2023
2024
2025
2026
2027
2028
# File 'lib/v20210820/models.rb', line 2023

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



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

def AsyncActionId
  @AsyncActionId
end

#FailedCountObject

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

Parameters:

  • SuccessCount:

    批量操作成功数

  • FailedCount:

    批量操作失败数

  • TotalCount:

    批量操作的总数

  • AsyncActionId:

    异步操作记录的唯一id



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

def FailedCount
  @FailedCount
end

#SuccessCountObject

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

Parameters:

  • SuccessCount:

    批量操作成功数

  • FailedCount:

    批量操作失败数

  • TotalCount:

    批量操作的总数

  • AsyncActionId:

    异步操作记录的唯一id



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

def SuccessCount
  @SuccessCount
end

#TotalCountObject

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

Parameters:

  • SuccessCount:

    批量操作成功数

  • FailedCount:

    批量操作失败数

  • TotalCount:

    批量操作的总数

  • AsyncActionId:

    异步操作记录的唯一id



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

def TotalCount
  @TotalCount
end

Instance Method Details

#deserialize(params) ⇒ Object



2030
2031
2032
2033
2034
2035
# File 'lib/v20210820/models.rb', line 2030

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