Class CreateNotificationServiceActionDetails
Create an action that delivers to an Oracle Notification Service topic.
Inherited Members
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. |