Class QueueSuccessDestinationDetails
The destination queue or channel in the Queue service to which to send the response of the successful detached function invocation.
Example: {"kind": "QUEUE", "queueId": "queue_OCID", "channelId": "channel_Id"}
Inherited Members
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class QueueSuccessDestinationDetails : SuccessDestinationDetailsProperties
ChannelId
Declaration
[JsonProperty(PropertyName = "channelId")]
public string ChannelId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ID of the channel in the queue. | 
QueueId
Declaration
[Required(ErrorMessage = "QueueId is required.")]
[JsonProperty(PropertyName = "queueId")]
public string QueueId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the queue. | 
Remarks
Required