Class RecipeSummaryCollection
The list of Recipe objects.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class RecipeSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RecipeSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<RecipeSummary> | Array of Recipe Summary |
Remarks
Required