Class SuccessDestinationDetails
Note: Deprecated. Use the new resource model APIs instead.
An object that represents the destination to which Oracle Functions will send an invocation record with the details of the successful detached function invocation.
A stream is an example of a success destination.
Example: {"kind": "STREAM", "streamId": "stream_OCID"}
Inheritance
SuccessDestinationDetails
Inherited Members
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
[JsonConverter(typeof(SuccessDestinationDetailsModelConverter))]
public class SuccessDestinationDetails