Show / Hide Table of Contents

Class UpdateSubscriptionAcknowledgmentConfigurationDetails

Attributes to update a Subscription Acknowledgment Configuration.

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

Properties

IsAcknowledged

Declaration
[JsonProperty(PropertyName = "isAcknowledged")]
public bool? IsAcknowledged { get; set; }
Property Value
Type Description
bool?

Flag to determine whether the subscription was acknowledged or not.

In this article
Back to top