HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/repository_file_lines.cpython-39.pyc
a

���f��@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sJeZdZdZdd�Zedd��Zejdd��Zdd�Zd	d
�Z	dd�Z
d
S)�RepositoryFileLinesz@
    Object containing the lines of a file in a repository.
    cKsddi|_ddi|_d|_dS)av
        Initializes a new RepositoryFileLines object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param lines:
            The value to assign to the lines property of this RepositoryFileLines.
        :type lines: list[oci.devops.models.FileLineDetails]

        �lineszlist[FileLineDetails]N)Z
swagger_typesZ
attribute_map�_lines)�self�kwargs�r�K/usr/lib/python3.9/site-packages/oci/devops/models/repository_file_lines.py�__init__s
��zRepositoryFileLines.__init__cCs|jS)z�
        **[Required]** Gets the lines of this RepositoryFileLines.
        The list of lines in the file.


        :return: The lines of this RepositoryFileLines.
        :rtype: list[oci.devops.models.FileLineDetails]
        �r�r	rrrr&s
zRepositoryFileLines.linescCs
||_dS)z�
        Sets the lines of this RepositoryFileLines.
        The list of lines in the file.


        :param lines: The lines of this RepositoryFileLines.
        :type: list[oci.devops.models.FileLineDetails]
        Nr)r	rrrrr2s
cCst|�S�N)rrrrr�__repr__>szRepositoryFileLines.__repr__cCs|durdS|j|jkS)NF)�__dict__�r	�otherrrr�__eq__AszRepositoryFileLines.__eq__cCs
||kSrrrrrr�__ne__GszRepositoryFileLines.__ne__N)�__name__�
__module__�__qualname__�__doc__r
�propertyr�setterrrrrrrrrs

rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s