| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | [optional] | |
| name | str | [optional] | |
| locale | str | [optional] | |
| current | SubscriptionPeriodVM | [optional] | |
| old | List[SubscriptionPeriodVM] | [optional] | |
| templates_folder | SubscriptionFolder | [optional] | |
| reports_folder | SubscriptionFolder | [optional] | |
| exports_folder | SubscriptionFolder | [optional] | |
| preview_type | PreviewType | [optional] | |
| tags | List[str] | [optional] | |
| domains | List[str] | [optional] | |
| t | str |
from fastreport_cloud_sdk.models.subscription_vm import SubscriptionVM
# TODO update the JSON string below
json = "{}"
# create an instance of SubscriptionVM from a JSON string
subscription_vm_instance = SubscriptionVM.from_json(json)
# print the JSON string representation of the object
print SubscriptionVM.to_json()
# convert the object into a dict
subscription_vm_dict = subscription_vm_instance.to_dict()
# create an instance of SubscriptionVM from a dict
subscription_vm_form_dict = subscription_vm.from_dict(subscription_vm_dict)