📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_upload_response.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 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�message�totalSupportedRecords�totalSupportedRecordsSaved�totalSupportedDuplicateRecords�"totalSupportedFailedLicenseRecords�totalSupportedInvalidRecords�validationErrorInfo�failedLicenseRecordInfor N) � swagger_types� 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$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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"