ABDM-ABHA-SDK

GeneratePngCardUsingGET200Response

Properties

Name Type Description Notes
byte_array bytearray   [optional]
description str   [optional]
filename str   [optional]
open bool   [optional]
readable bool   [optional]

Example

from abha.models.generate_png_card_using_get200_response import GeneratePngCardUsingGET200Response

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

# convert the object into a dict
generate_png_card_using_get200_response_dict = generate_png_card_using_get200_response_instance.to_dict()
# create an instance of GeneratePngCardUsingGET200Response from a dict
generate_png_card_using_get200_response_from_dict = GeneratePngCardUsingGET200Response.from_dict(generate_png_card_using_get200_response_dict)

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