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