Show / Hide Table of Contents

Class ExternalPublicationSummaryCollection

This is the collection of external publication summaries. It may be a collection of lightweight details or full definitions.

Inheritance
object
ExternalPublicationSummaryCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top