Show / Hide Table of Contents

Class PreBuiltFunctionSourceDetails

The source of the Function which is based on a Pre-Built Function Listing (PbfListing).

Inheritance
object
FunctionSourceDetails
PreBuiltFunctionSourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class PreBuiltFunctionSourceDetails : FunctionSourceDetails

Properties

PbfListingId

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

The OCID of the PbfListing this function is sourced from.

Remarks

Required

In this article
Back to top