UpdateSubscriptionDetails¶
- 
class oci.osp_gateway.models.UpdateSubscriptionDetails(**kwargs)¶
- Bases: - object- Request object for updating a subscription - Methods - __init__(**kwargs)- Initializes a new UpdateSubscriptionDetails object with values from keyword arguments. - Attributes - email- [Required] Gets the email of this UpdateSubscriptionDetails. - subscription- [Required] Gets the subscription of this UpdateSubscriptionDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateSubscriptionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - subscription (oci.osp_gateway.models.Subscription) – The value to assign to the subscription property of this UpdateSubscriptionDetails.
- email (str) – The value to assign to the email property of this UpdateSubscriptionDetails.
 
 - 
email¶
- [Required] Gets the email of this UpdateSubscriptionDetails. User email - Returns: - The email of this UpdateSubscriptionDetails. - Return type: - str 
 - 
subscription¶
- [Required] Gets the subscription of this UpdateSubscriptionDetails. - Returns: - The subscription of this UpdateSubscriptionDetails. - Return type: - oci.osp_gateway.models.Subscription 
 
-