RepositoryFileLines

class oci.devops.models.RepositoryFileLines(**kwargs)

Bases: object

Object containing the lines of a file in a repository.

Methods

__init__(**kwargs) Initializes a new RepositoryFileLines object with values from keyword arguments.

Attributes

lines [Required] Gets the lines of this RepositoryFileLines.
__init__(**kwargs)

Initializes a new RepositoryFileLines object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:lines (list[oci.devops.models.FileLineDetails]) – The value to assign to the lines property of this RepositoryFileLines.
lines

[Required] Gets the lines of this RepositoryFileLines. The list of lines in the file.

Returns:The lines of this RepositoryFileLines.
Return type:list[oci.devops.models.FileLineDetails]