File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/repository_file_lines.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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d
� Z dd� Z
d
S )�RepositoryFileLinesz@
Object containing the lines of a file in a repository.
c K s ddi| _ 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__c C s | j S )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 r r r r &