Show / Hide Table of Contents

Class OracleFunctionBackend

Send the request to an Oracle Functions function.

Inheritance
object
ApiSpecificationRouteBackend
OracleFunctionBackend
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class OracleFunctionBackend : ApiSpecificationRouteBackend

Properties

FunctionId

Declaration
[Required(ErrorMessage = "FunctionId is required.")]
[JsonProperty(PropertyName = "functionId")]
public string FunctionId { get; set; }
Property Value
Type Description
string

The OCID of the Oracle Functions function resource.

Remarks

Required

In this article
Back to top