You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frominfisicalapi_client.models.api_v1_integration_integration_id_patch_requestimportApiV1IntegrationIntegrationIdPatchRequest# TODO update the JSON string belowjson="{}"# create an instance of ApiV1IntegrationIntegrationIdPatchRequest from a JSON stringapi_v1_integration_integration_id_patch_request_instance=ApiV1IntegrationIntegrationIdPatchRequest.from_json(json)
# print the JSON string representation of the objectprintApiV1IntegrationIntegrationIdPatchRequest.to_json()
# convert the object into a dictapi_v1_integration_integration_id_patch_request_dict=api_v1_integration_integration_id_patch_request_instance.to_dict()
# create an instance of ApiV1IntegrationIntegrationIdPatchRequest from a dictapi_v1_integration_integration_id_patch_request_from_dict=ApiV1IntegrationIntegrationIdPatchRequest.from_dict(api_v1_integration_integration_id_patch_request_dict)