BlockchainPlatformCollection¶
-
class
oci.blockchain.models.
BlockchainPlatformCollection
(**kwargs)¶ Bases:
object
Result of a platform list or search. Contains BlockchainPlatformSummary
Methods
__init__
(**kwargs)Initializes a new BlockchainPlatformCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this BlockchainPlatformCollection. -
__init__
(**kwargs)¶ Initializes a new BlockchainPlatformCollection 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.BlockchainPlatformSummary]) – The value to assign to the items property of this BlockchainPlatformCollection.
-
items
¶ [Required] Gets the items of this BlockchainPlatformCollection. Collection of BlockchainPlatformSummary
Returns: The items of this BlockchainPlatformCollection. Return type: list[oci.blockchain.models.BlockchainPlatformSummary]
-