Class LeadCollection
The model for the collection of Marketplace Publisher Lead.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class LeadCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<LeadSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<LeadSummary> | List of Lead summary. | 
Remarks
Required