UpdateSubscriptionAcknowledgmentConfigurationDetails¶
- 
class oci.jms_utils.models.UpdateSubscriptionAcknowledgmentConfigurationDetails(**kwargs)¶
- Bases: - object- Attributes to update a Subscription Acknowledgment Configuration. - Methods - __init__(**kwargs)- Initializes a new UpdateSubscriptionAcknowledgmentConfigurationDetails object with values from keyword arguments. - Attributes - is_acknowledged- Gets the is_acknowledged of this UpdateSubscriptionAcknowledgmentConfigurationDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateSubscriptionAcknowledgmentConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - is_acknowledged (bool) – The value to assign to the is_acknowledged property of this UpdateSubscriptionAcknowledgmentConfigurationDetails. 
 - 
is_acknowledged¶
- Gets the is_acknowledged of this UpdateSubscriptionAcknowledgmentConfigurationDetails. Flag to determine whether the subscription was acknowledged or not. - Returns: - The is_acknowledged of this UpdateSubscriptionAcknowledgmentConfigurationDetails. - Return type: - bool 
 
-