Show / Hide Table of Contents

Class DeliveryPolicy

The subscription delivery policy.

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

Properties

BackoffRetryPolicy

Declaration
[JsonProperty(PropertyName = "backoffRetryPolicy")]
public BackoffRetryPolicy BackoffRetryPolicy { get; set; }
Property Value
Type Description
BackoffRetryPolicy
In this article
Back to top