Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.54 KB

File metadata and controls

30 lines (21 loc) · 1.54 KB

ProductDetailResponseSubscriptionDetailsInnerGroupsInner

Properties

Name Type Description Notes
group_name str Name of the group. [optional]
group_description str Name of the subscription group. [optional]

Example

from xi.sdk.resellers.models.product_detail_response_subscription_details_inner_groups_inner import ProductDetailResponseSubscriptionDetailsInnerGroupsInner

# TODO update the JSON string below
json = "{}"
# create an instance of ProductDetailResponseSubscriptionDetailsInnerGroupsInner from a JSON string
product_detail_response_subscription_details_inner_groups_inner_instance = ProductDetailResponseSubscriptionDetailsInnerGroupsInner.from_json(json)
# print the JSON string representation of the object
print(ProductDetailResponseSubscriptionDetailsInnerGroupsInner.to_json())

# convert the object into a dict
product_detail_response_subscription_details_inner_groups_inner_dict = product_detail_response_subscription_details_inner_groups_inner_instance.to_dict()
# create an instance of ProductDetailResponseSubscriptionDetailsInnerGroupsInner from a dict
product_detail_response_subscription_details_inner_groups_inner_from_dict = ProductDetailResponseSubscriptionDetailsInnerGroupsInner.from_dict(product_detail_response_subscription_details_inner_groups_inner_dict)

[Back to Model list] [Back to API list] [Back to README]