Name | Type | Description | Notes |
---|---|---|---|
api_key | str | ||
api_key_data | ApiV2UsersMeApiKeysGet200ResponseInner |
from infisicalapi_client.models.api_v2_users_me_api_keys_post200_response import ApiV2UsersMeApiKeysPost200Response
# TODO update the JSON string below
json = "{}"
# create an instance of ApiV2UsersMeApiKeysPost200Response from a JSON string
api_v2_users_me_api_keys_post200_response_instance = ApiV2UsersMeApiKeysPost200Response.from_json(json)
# print the JSON string representation of the object
print ApiV2UsersMeApiKeysPost200Response.to_json()
# convert the object into a dict
api_v2_users_me_api_keys_post200_response_dict = api_v2_users_me_api_keys_post200_response_instance.to_dict()
# create an instance of ApiV2UsersMeApiKeysPost200Response from a dict
api_v2_users_me_api_keys_post200_response_from_dict = ApiV2UsersMeApiKeysPost200Response.from_dict(api_v2_users_me_api_keys_post200_response_dict)