📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
license_manager
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/license_manager/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_upload_response.cpython-39.pyc
a ���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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�BulkUploadResponsez# The bulk upload response. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )aI Initializes a new BulkUploadResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param total_supported_records: The value to assign to the total_supported_records property of this BulkUploadResponse. :type total_supported_records: int :param total_supported_records_saved: The value to assign to the total_supported_records_saved property of this BulkUploadResponse. :type total_supported_records_saved: int :param total_supported_duplicate_records: The value to assign to the total_supported_duplicate_records property of this BulkUploadResponse. :type total_supported_duplicate_records: int :param total_supported_failed_license_records: The value to assign to the total_supported_failed_license_records property of this BulkUploadResponse. :type total_supported_failed_license_records: int :param total_supported_invalid_records: The value to assign to the total_supported_invalid_records property of this BulkUploadResponse. :type total_supported_invalid_records: int :param validation_error_info: The value to assign to the validation_error_info property of this BulkUploadResponse. :type validation_error_info: list[oci.license_manager.models.BulkUploadValidationErrorInfo] :param failed_license_record_info: The value to assign to the failed_license_record_info property of this BulkUploadResponse. :type failed_license_record_info: list[oci.license_manager.models.BulkUploadFailedRecordInfo] :param message: The value to assign to the message property of this BulkUploadResponse. :type message: str �intz#list[BulkUploadValidationErrorInfo]z list[BulkUploadFailedRecordInfo]�str)�total_supported_records�total_supported_records_saved�!total_supported_duplicate_records�&total_supported_failed_license_records�total_supported_invalid_records�validation_error_info�failed_license_record_info�messageZtotalSupportedRecordsZtotalSupportedRecordsSavedZtotalSupportedDuplicateRecordsZ"totalSupportedFailedLicenseRecordsZtotalSupportedInvalidRecordsZvalidationErrorInfoZfailedLicenseRecordInfor N) Z swagger_typesZ attribute_map�_total_supported_records�_total_supported_records_saved�"_total_supported_duplicate_records�'_total_supported_failed_license_records� _total_supported_invalid_records�_validation_error_info�_failed_license_record_info�_message)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/license_manager/models/bulk_upload_response.py�__init__ s4 '��zBulkUploadResponse.__init__c C s | j S )z� **[Required]** Gets the total_supported_records of this BulkUploadResponse. The number of license records which were supported. :return: The total_supported_records of this BulkUploadResponse. :rtype: int �r �r r r r r W s z*BulkUploadResponse.total_supported_recordsc C s || _ dS )z� Sets the total_supported_records of this BulkUploadResponse. The number of license records which were supported. :param total_supported_records: The total_supported_records of this BulkUploadResponse. :type: int Nr )r r r r r r c s c C s | j S )a **[Required]** Gets the total_supported_records_saved of this BulkUploadResponse. The number of supported license records that were uploaded successfully. :return: The total_supported_records_saved of this BulkUploadResponse. :rtype: int �r r r r r r o s z0BulkUploadResponse.total_supported_records_savedc C s || _ dS )a& Sets the total_supported_records_saved of this BulkUploadResponse. The number of supported license records that were uploaded successfully. :param total_supported_records_saved: The total_supported_records_saved of this BulkUploadResponse. :type: int Nr )r r r r r r { s c C s | j S )a= **[Required]** Gets the total_supported_duplicate_records of this BulkUploadResponse. The number of supported license records that were valid but not uploaded since they were duplicates. :return: The total_supported_duplicate_records of this BulkUploadResponse. :rtype: int �r r r r r r � s z4BulkUploadResponse.total_supported_duplicate_recordsc C s || _ dS )aN Sets the total_supported_duplicate_records of this BulkUploadResponse. The number of supported license records that were valid but not uploaded since they were duplicates. :param total_supported_duplicate_records: The total_supported_duplicate_records of this BulkUploadResponse. :type: int Nr! )r r r r r r � s c C s | j S )a@ **[Required]** Gets the total_supported_failed_license_records of this BulkUploadResponse. The number of supported license records that were valid but failed with errors during upload. :return: The total_supported_failed_license_records of this BulkUploadResponse. :rtype: int �r r r r r r � s z9BulkUploadResponse.total_supported_failed_license_recordsc C s || _ dS )aV Sets the total_supported_failed_license_records of this BulkUploadResponse. The number of supported license records that were valid but failed with errors during upload. :param total_supported_failed_license_records: The total_supported_failed_license_records of this BulkUploadResponse. :type: int Nr"