Show / Hide Table of Contents

Class ExtendDataRetentionDetails

Details for extending data retention for given integration instance

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

Properties

DataRetentionPeriod

Declaration
[Required(ErrorMessage = "DataRetentionPeriod is required.")]
[JsonProperty(PropertyName = "dataRetentionPeriod")]
[JsonConverter(typeof(StringEnumConverter))]
public ExtendDataRetentionDetails.DataRetentionPeriodEnum? DataRetentionPeriod { get; set; }
Property Value
Type Description
ExtendDataRetentionDetails.DataRetentionPeriodEnum?

Data retention period set for given integration instance

Remarks

Required

In this article
Back to top