LeadCollection¶
-
class
oci.marketplace_publisher.models.
LeadCollection
(**kwargs)¶ Bases:
object
The model for the collection of Marketplace Publisher Lead.
Methods
__init__
(**kwargs)Initializes a new LeadCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this LeadCollection. -
__init__
(**kwargs)¶ Initializes a new LeadCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.marketplace_publisher.models.LeadSummary]) – The value to assign to the items property of this LeadCollection.
-
items
¶ [Required] Gets the items of this LeadCollection. List of Lead summary.
Returns: The items of this LeadCollection. Return type: list[oci.marketplace_publisher.models.LeadSummary]
-