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