BlockchainPlatformPatchCollection

class oci.blockchain.models.BlockchainPlatformPatchCollection(**kwargs)

Bases: object

Result of a patch list. Contains PatchSummary

Methods

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

Attributes

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

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

Parameters:items (list[oci.blockchain.models.BlockchainPlatformPatchSummary]) – The value to assign to the items property of this BlockchainPlatformPatchCollection.
items

[Required] Gets the items of this BlockchainPlatformPatchCollection. Collection of PatchSummary

Returns:The items of this BlockchainPlatformPatchCollection.
Return type:list[oci.blockchain.models.BlockchainPlatformPatchSummary]