Class FunctionLibrarySummaryCollection
A collection of FunctionLibrary summaries. The collection can be lightweight details or full definitions.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class FunctionLibrarySummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<FunctionLibrarySummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<FunctionLibrarySummary> | The array of FunctionLibrary summaries. |
Remarks
Required