UpdateProjectRepositorySettingsDetails¶
-
class
oci.devops.models.
UpdateProjectRepositorySettingsDetails
(**kwargs)¶ Bases:
object
Information to update custom project repository settings.
Methods
__init__
(**kwargs)Initializes a new UpdateProjectRepositorySettingsDetails object with values from keyword arguments. Attributes
approval_rules
Gets the approval_rules of this UpdateProjectRepositorySettingsDetails. merge_settings
Gets the merge_settings of this UpdateProjectRepositorySettingsDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateProjectRepositorySettingsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - merge_settings (oci.devops.models.MergeSettings) – The value to assign to the merge_settings property of this UpdateProjectRepositorySettingsDetails.
- approval_rules (oci.devops.models.UpdateApprovalRuleDetailsCollection) – The value to assign to the approval_rules property of this UpdateProjectRepositorySettingsDetails.
-
approval_rules
¶ Gets the approval_rules of this UpdateProjectRepositorySettingsDetails.
Returns: The approval_rules of this UpdateProjectRepositorySettingsDetails. Return type: oci.devops.models.UpdateApprovalRuleDetailsCollection
-
merge_settings
¶ Gets the merge_settings of this UpdateProjectRepositorySettingsDetails.
Returns: The merge_settings of this UpdateProjectRepositorySettingsDetails. Return type: oci.devops.models.MergeSettings
-