Class PartnerCollection
Results of listing marketplace publisher partners.
Inherited Members
Namespace: Oci.SelfService.Models
Assembly: OCI.DotNetSDK.Self.dll
Syntax
public class PartnerCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PartnerSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PartnerSummary> | The list of marketplace publisher partners. |
Remarks
Required