Show / Hide Table of Contents

Class CreateFaaSActionDetails

Create an action that delivers to an Oracle Functions Service endpoint.

Inheritance
object
ActionDetails
CreateFaaSActionDetails
Inherited Members
ActionDetails.IsEnabled
ActionDetails.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.EventsService.Models
Assembly: OCI.DotNetSDK.Events.dll
Syntax
public class CreateFaaSActionDetails : ActionDetails

Properties

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.

In this article
Back to top