DeleteGitRefDetails

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

Bases: object

The information needed to delete a reference.

Methods

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

Attributes

ref_name [Required] Gets the ref_name of this DeleteGitRefDetails.
__init__(**kwargs)

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

Parameters:ref_name (str) – The value to assign to the ref_name property of this DeleteGitRefDetails.
ref_name

[Required] Gets the ref_name of this DeleteGitRefDetails. A filter to return only resources that match the given reference name.

Returns:The ref_name of this DeleteGitRefDetails.
Return type:str