Show / Hide Table of Contents

Class MulticloudSubscriptionCollection

Properties that define activated Multicloud subscriptions in the indicated compartment. For more information, see Listing Multicloud Subscriptions.

Inheritance
object
MulticloudSubscriptionCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MulticloudService.Models
Assembly: OCI.DotNetSDK.Multicloud.dll
Syntax
public class MulticloudSubscriptionCollection

Properties

Items

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

List of Multicloud subscriptions.

Remarks

Required

In this article
Back to top