SubscriptionDetail¶
-
class
oci.fusion_apps.models.
SubscriptionDetail
(**kwargs)¶ Bases:
object
Detail for the FusionEnvironmentFamily subscription.
Methods
__init__
(**kwargs)Initializes a new SubscriptionDetail object with values from keyword arguments. Attributes
subscriptions
[Required] Gets the subscriptions of this SubscriptionDetail. -
__init__
(**kwargs)¶ Initializes a new SubscriptionDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: subscriptions (list[oci.fusion_apps.models.Subscription]) – The value to assign to the subscriptions property of this SubscriptionDetail.
-
subscriptions
¶ [Required] Gets the subscriptions of this SubscriptionDetail. List of subscriptions.
Returns: The subscriptions of this SubscriptionDetail. Return type: list[oci.fusion_apps.models.Subscription]
-