ruạṛ
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 )�FileValidationResponsezK Response object containing details about file upload eligibility. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new FileValidationResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param input_file: The value to assign to the input_file property of this FileValidationResponse. :type input_file: str :param object_location: The value to assign to the object_location property of this FileValidationResponse. :type object_location: str :param files: The value to assign to the files property of this FileValidationResponse. :type files: list[oci.log_analytics.models.UploadFileStatus] �strzlist[UploadFileStatus])� input_file�object_location�files� inputFile�objectLocationr N)� swagger_types� attribute_map�_input_file�_object_location�_files)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/file_validation_response.py�__init__ s ��zFileValidationResponse.__init__c C s | j S )z� **[Required]** Gets the input_file of this FileValidationResponse. Input File Name. :return: The input_file of this FileValidationResponse. :rtype: str �r �r r r r r 2 s z!FileValidationResponse.input_filec C s || _ dS )z� Sets the input_file of this FileValidationResponse. Input File Name. :param input_file: The input_file of this FileValidationResponse. :type: str Nr )r r r r r r >