PbfListingsCollection

class oci.functions.models.PbfListingsCollection(**kwargs)

Bases: object

Results of a PbfListing search. Contains boh PbfListingSummary items and other information, such as metadata.

Methods

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

Attributes

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

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

[Required] Gets the items of this PbfListingsCollection. List of PbfListingSummary.

Returns:The items of this PbfListingsCollection.
Return type:list[oci.functions.models.PbfListingSummary]