BulkUploadCellInfo

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

Bases: object

Error information corresponding to each column that was required but was invalid.

Methods

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

Attributes

column_index [Required] Gets the column_index of this BulkUploadCellInfo.
error_info [Required] Gets the error_info of this BulkUploadCellInfo.
__init__(**kwargs)

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

Parameters:
  • column_index (str) – The value to assign to the column_index property of this BulkUploadCellInfo.
  • error_info (str) – The value to assign to the error_info property of this BulkUploadCellInfo.
column_index

[Required] Gets the column_index of this BulkUploadCellInfo. Column index as in the given bulk upload file.

Returns:The column_index of this BulkUploadCellInfo.
Return type:str
error_info

[Required] Gets the error_info of this BulkUploadCellInfo. Error information corresponding to a particular column.

Returns:The error_info of this BulkUploadCellInfo.
Return type:str