Show / Hide Table of Contents

Class RetentionRuleCollection

Retention rule collection.

Inheritance
object
RetentionRuleCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ObjectstorageService.Models
Assembly: OCI.DotNetSDK.Objectstorage.dll
Syntax
public class RetentionRuleCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RetentionRuleSummary> Items { get; set; }
Property Value
Type Description
List<RetentionRuleSummary>

An array of retention rule summaries.

Remarks

Required

In this article
Back to top