DeploymentWalletsOperationCollection

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

Bases: object

A list of deployment wallets operations.

Methods

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

Attributes

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

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

[Required] Gets the items of this DeploymentWalletsOperationCollection. An array of DeploymentWallets operations.

Returns:The items of this DeploymentWalletsOperationCollection.
Return type:list[oci.golden_gate.models.DeploymentWalletsOperationSummary]