DeploymentMessageCollection

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

Bases: object

A list of DeploymentMessages.

Methods

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

Attributes

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

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

[Required] Gets the items of this DeploymentMessageCollection. An array of DeploymentMessages.

Returns:The items of this DeploymentMessageCollection.
Return type:list[oci.golden_gate.models.MessageSummary]