UpdateApprovalRuleDetailsCollection

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

Bases: object

List of approval rules which must be statisfied before pull requests which match the rules can be merged

Methods

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

Attributes

items [Required] Gets the items of this UpdateApprovalRuleDetailsCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.devops.models.UpdateApprovalRuleDetails]) – The value to assign to the items property of this UpdateApprovalRuleDetailsCollection.
items

[Required] Gets the items of this UpdateApprovalRuleDetailsCollection. List of approval rules.

Returns:The items of this UpdateApprovalRuleDetailsCollection.
Return type:list[oci.devops.models.UpdateApprovalRuleDetails]