Show / Hide Table of Contents

Class NotificationServiceAction

An action that delivers to an Oracle Notification Service topic.

Inheritance
object
Action
NotificationServiceAction
Inherited Members
Action.Id
Action.LifecycleMessage
Action.LifecycleState
Action.IsEnabled
Action.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 NotificationServiceAction : Action

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