RetentionRuleCollection

class oci.object_storage.models.RetentionRuleCollection(**kwargs)

Bases: object

Retention rule collection.

Methods

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

Attributes

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

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

Parameters:items (list[oci.object_storage.models.RetentionRuleSummary]) – The value to assign to the items property of this RetentionRuleCollection.
items

[Required] Gets the items of this RetentionRuleCollection. An array of retention rule summaries.

Returns:The items of this RetentionRuleCollection.
Return type:list[oci.object_storage.models.RetentionRuleSummary]