PbfListingVersionsCollection¶
-
class
oci.functions.models.
PbfListingVersionsCollection
(**kwargs)¶ Bases:
object
Results of a PbfListingVersion search. Contains both PbfListingVersionSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new PbfListingVersionsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this PbfListingVersionsCollection. -
__init__
(**kwargs)¶ Initializes a new PbfListingVersionsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.functions.models.PbfListingVersionSummary]) – The value to assign to the items property of this PbfListingVersionsCollection.
-
items
¶ [Required] Gets the items of this PbfListingVersionsCollection. List of PbfListingVersion.
Returns: The items of this PbfListingVersionsCollection. Return type: list[oci.functions.models.PbfListingVersionSummary]
-