Show / Hide Table of Contents

Class FunctionsRuntimeCollection

Results of a FunctionsRuntime search. Contains FunctionsRuntimeSummary items.

Inheritance
object
FunctionsRuntimeCollection
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 FunctionsRuntimeCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<FunctionsRuntimeSummary> Items { get; set; }
Property Value
Type Description
List<FunctionsRuntimeSummary>

List of FunctionsRuntimeSummary.

Remarks

Required

In this article
Back to top