Show / Hide Table of Contents

Class ListingSubscriptionsCollection

Results of a subscription search. Contains both SubscriptionSummary items and other information, such as metadata.

Inheritance
object
ListingSubscriptionsCollection
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 ListingSubscriptionsCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ListingSubscriptionSummary> Items { get; set; }
Property Value
Type Description
List<ListingSubscriptionSummary>

List of subscriptions for particular listing.

Remarks

Required

In this article
Back to top