BulkUploadValidationErrorInfo

class oci.license_manager.models.BulkUploadValidationErrorInfo(**kwargs)

Bases: object

Detailed error information corresponding to each column for a particular supported license record that could not be uploaded.

Methods

__init__(**kwargs) Initializes a new BulkUploadValidationErrorInfo object with values from keyword arguments.

Attributes

product_name [Required] Gets the product_name of this BulkUploadValidationErrorInfo.
row_error [Required] Gets the row_error of this BulkUploadValidationErrorInfo.
row_number [Required] Gets the row_number of this BulkUploadValidationErrorInfo.
__init__(**kwargs)

Initializes a new BulkUploadValidationErrorInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • row_number (int) – The value to assign to the row_number property of this BulkUploadValidationErrorInfo.
  • product_name (str) – The value to assign to the product_name property of this BulkUploadValidationErrorInfo.
  • row_error (list[oci.license_manager.models.BulkUploadCellInfo]) – The value to assign to the row_error property of this BulkUploadValidationErrorInfo.
product_name

[Required] Gets the product_name of this BulkUploadValidationErrorInfo. Product name of invalid row.

Returns:The product_name of this BulkUploadValidationErrorInfo.
Return type:str
row_error

[Required] Gets the row_error of this BulkUploadValidationErrorInfo. Error information corresponding to each column.

Returns:The row_error of this BulkUploadValidationErrorInfo.
Return type:list[oci.license_manager.models.BulkUploadCellInfo]
row_number

[Required] Gets the row_number of this BulkUploadValidationErrorInfo. Refers to the license record number as provided in the bulk upload file.

Returns:The row_number of this BulkUploadValidationErrorInfo.
Return type:int