Class FaaSAction
An action that delivers to an Oracle Functions endpoint.
Inherited Members
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
public class FaaSAction : ActionProperties
FunctionId
Declaration
[JsonProperty(PropertyName = "functionId")]
public string FunctionId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of a Function hosted by Oracle Functions Service. |