Class SubscriptionAcknowledgmentConfiguration
The configuration for subscription acknowledgment.
Inherited Members
Namespace: Oci.JmsutilsService.Models
Assembly: OCI.DotNetSDK.Jmsutils.dll
Syntax
public class SubscriptionAcknowledgmentConfiguration
Properties
AcknowledgedBy
Declaration
[JsonProperty(PropertyName = "acknowledgedBy")]
public string AcknowledgedBy { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the principal that ackwnoledged the subscription. |
IsAcknowledged
Declaration
[Required(ErrorMessage = "IsAcknowledged is required.")]
[JsonProperty(PropertyName = "isAcknowledged")]
public bool? IsAcknowledged { get; set; }
Property Value
Type | Description |
---|---|
bool? | Flag to determine whether the subscription was acknowledged or not. |
Remarks
Required
TimeAcknowledged
Declaration
[JsonProperty(PropertyName = "timeAcknowledged")]
public DateTime? TimeAcknowledged { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The date and time the subscription was acknowledged (formatted according to RFC3339). |