PatchAlertPolicyRuleDetails¶
- 
class oci.data_safe.models.PatchAlertPolicyRuleDetails(**kwargs)¶
- Bases: - object- Details for how to patch a alert policy. - Methods - __init__(**kwargs)- Initializes a new PatchAlertPolicyRuleDetails object with values from keyword arguments. - Attributes - items- Gets the items of this PatchAlertPolicyRuleDetails. - 
__init__(**kwargs)¶
- Initializes a new PatchAlertPolicyRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.data_safe.models.PatchInstruction]) – The value to assign to the items property of this PatchAlertPolicyRuleDetails. 
 - 
items¶
- Gets the items of this PatchAlertPolicyRuleDetails. Array of patch instructions. - Returns: - The items of this PatchAlertPolicyRuleDetails. - Return type: - list[oci.data_safe.models.PatchInstruction] 
 
-