Class GdpPipelineCollection
Results of a pipeline search. Contains both summary items and other information, such as metadata.
Inherited Members
Namespace: Oci.GdpService.Models
Assembly: OCI.DotNetSDK.Gdp.dll
Syntax
public class GdpPipelineCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<GdpPipelineSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<GdpPipelineSummary> | List of pipelines within a compartment. |
Remarks
Required