Show / Hide Table of Contents

Class SubscriptionDetail

Detail for the FusionEnvironmentFamily subscription.

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

Properties

Subscriptions

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

List of subscriptions.

Remarks

Required

In this article
Back to top