PipelineSchemaCollection

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

Bases: object

The list of schemas present in the source/target connection database of a pipeline.

Methods

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

Attributes

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

Initializes a new PipelineSchemaCollection 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.PipelineSchemaSummary]) – The value to assign to the items property of this PipelineSchemaCollection.
items

[Required] Gets the items of this PipelineSchemaCollection. Array of pipeline schemas

Returns:The items of this PipelineSchemaCollection.
Return type:list[oci.golden_gate.models.PipelineSchemaSummary]