Show / Hide Table of Contents

Class CreateFunctionSourceDetails

The source details for creating the Function. The function can be created from various sources.

Inheritance
object
CreateFunctionSourceDetails
CreateArchiveFunctionSourceDetails
CreateContainerImageFunctionSourceDetails
CreatePreBuiltFunctionSourceDetails
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
[JsonConverter(typeof(CreateFunctionSourceDetailsModelConverter))]
public class CreateFunctionSourceDetails
In this article
Back to top