PipelineCollection

class oci.golden_gate.models.PipelineCollection(**kwargs)

Bases: object

List of pipeline summary objects.

Methods

__init__(**kwargs) Initializes a new PipelineCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this PipelineCollection.
__init__(**kwargs)

Initializes a new PipelineCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.golden_gate.models.PipelineSummary]) – The value to assign to the items property of this PipelineCollection.
items

[Required] Gets the items of this PipelineCollection. An array of Pipeline summaries.

Returns:The items of this PipelineCollection.
Return type:list[oci.golden_gate.models.PipelineSummary]