Show / Hide Table of Contents

Class CreateNotificationServiceActionDetails

Create an action that delivers to an Oracle Notification Service topic.

Inheritance
object
ActionDetails
CreateNotificationServiceActionDetails
Inherited Members
ActionDetails.IsEnabled
ActionDetails.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
public class CreateNotificationServiceActionDetails : ActionDetails

Properties

TopicId

Declaration
[JsonProperty(PropertyName = "topicId")]
public string TopicId { get; set; }
Property Value
Type Description
string

The OCID of the topic to which messages are delivered.

In this article
Back to top