DevopsCodeRepositoryFilterAttributes

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

Bases: object

Attributes to filter DevOps code repository events.

Methods

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

Attributes

file_filter Gets the file_filter of this DevopsCodeRepositoryFilterAttributes.
head_ref Gets the head_ref of this DevopsCodeRepositoryFilterAttributes.
__init__(**kwargs)

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

Parameters:
  • head_ref (str) – The value to assign to the head_ref property of this DevopsCodeRepositoryFilterAttributes.
  • file_filter (oci.devops.models.FileFilter) – The value to assign to the file_filter property of this DevopsCodeRepositoryFilterAttributes.
file_filter

Gets the file_filter of this DevopsCodeRepositoryFilterAttributes.

Returns:The file_filter of this DevopsCodeRepositoryFilterAttributes.
Return type:oci.devops.models.FileFilter
head_ref

Gets the head_ref of this DevopsCodeRepositoryFilterAttributes. Branch for push event; source branch for pull requests

Returns:The head_ref of this DevopsCodeRepositoryFilterAttributes.
Return type:str