Show / Hide Table of Contents

Class PartnerCollection

Results of listing marketplace publisher partners.

Inheritance
object
PartnerCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top