Class NotificationsTargetDetails
The destination topic for data transferred from the source. For configuration instructions, see Creating a Connector.
Inherited Members
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class NotificationsTargetDetails : TargetDetails
Properties
EnableFormattedMessaging
Declaration
[JsonProperty(PropertyName = "enableFormattedMessaging")]
public bool? EnableFormattedMessaging { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol.
|
TopicId
Declaration
[Required(ErrorMessage = "TopicId is required.")]
[JsonProperty(PropertyName = "topicId")]
public string TopicId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the topic. |
Remarks
Required