DeleteProtectedBranchDetails¶
-
class
oci.devops.models.
DeleteProtectedBranchDetails
(**kwargs)¶ Bases:
object
Information to delete a protected branch
Methods
__init__
(**kwargs)Initializes a new DeleteProtectedBranchDetails object with values from keyword arguments. Attributes
branch_name
[Required] Gets the branch_name of this DeleteProtectedBranchDetails. -
__init__
(**kwargs)¶ Initializes a new DeleteProtectedBranchDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: branch_name (str) – The value to assign to the branch_name property of this DeleteProtectedBranchDetails.
-
branch_name
¶ [Required] Gets the branch_name of this DeleteProtectedBranchDetails. Name of a protected branch.
Returns: The branch_name of this DeleteProtectedBranchDetails. Return type: str
-