BulkUploadFailedRecordInfo¶
-
class
oci.license_manager.models.
BulkUploadFailedRecordInfo
(**kwargs)¶ Bases:
object
Error information for a valid license record that could not be uploaded.
Methods
__init__
(**kwargs)Initializes a new BulkUploadFailedRecordInfo object with values from keyword arguments. Attributes
error
[Required] Gets the error of this BulkUploadFailedRecordInfo. product_name
[Required] Gets the product_name of this BulkUploadFailedRecordInfo. row_number
[Required] Gets the row_number of this BulkUploadFailedRecordInfo. -
__init__
(**kwargs)¶ Initializes a new BulkUploadFailedRecordInfo 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 BulkUploadFailedRecordInfo.
- product_name (str) – The value to assign to the product_name property of this BulkUploadFailedRecordInfo.
- error (str) – The value to assign to the error property of this BulkUploadFailedRecordInfo.
-
error
¶ [Required] Gets the error of this BulkUploadFailedRecordInfo. Failed license record error information.
Returns: The error of this BulkUploadFailedRecordInfo. Return type: str
-
product_name
¶ [Required] Gets the product_name of this BulkUploadFailedRecordInfo. Product name of the failed row.
Returns: The product_name of this BulkUploadFailedRecordInfo. Return type: str
-
row_number
¶ [Required] Gets the row_number of this BulkUploadFailedRecordInfo. Refers to the license record number as provided in the bulk upload file.
Returns: The row_number of this BulkUploadFailedRecordInfo. Return type: int
-