| Name | Type | Description | Notes |
|---|---|---|---|
| variant | Reportsv3VariantDetails | [optional] |
from ibm_gdsc_sdk_saas.models.reportsv3_get_variant_response import Reportsv3GetVariantResponse
# TODO update the JSON string below
json = "{}"
# create an instance of Reportsv3GetVariantResponse from a JSON string
reportsv3_get_variant_response_instance = Reportsv3GetVariantResponse.from_json(json)
# print the JSON string representation of the object
print(Reportsv3GetVariantResponse.to_json())
# convert the object into a dict
reportsv3_get_variant_response_dict = reportsv3_get_variant_response_instance.to_dict()
# create an instance of Reportsv3GetVariantResponse from a dict
reportsv3_get_variant_response_from_dict = Reportsv3GetVariantResponse.from_dict(reportsv3_get_variant_response_dict)