Name | Type | Description | Notes |
---|---|---|---|
projects | List[ApiV1IntegrationAuthIntegrationAuthIdQoveryProjectsGet200ResponseProjectsInner] |
from infisicalapi_client.models.api_v1_integration_auth_integration_auth_id_qovery_projects_get200_response import ApiV1IntegrationAuthIntegrationAuthIdQoveryProjectsGet200Response
# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1IntegrationAuthIntegrationAuthIdQoveryProjectsGet200Response from a JSON string
api_v1_integration_auth_integration_auth_id_qovery_projects_get200_response_instance = ApiV1IntegrationAuthIntegrationAuthIdQoveryProjectsGet200Response.from_json(json)
# print the JSON string representation of the object
print ApiV1IntegrationAuthIntegrationAuthIdQoveryProjectsGet200Response.to_json()
# convert the object into a dict
api_v1_integration_auth_integration_auth_id_qovery_projects_get200_response_dict = api_v1_integration_auth_integration_auth_id_qovery_projects_get200_response_instance.to_dict()
# create an instance of ApiV1IntegrationAuthIntegrationAuthIdQoveryProjectsGet200Response from a dict
api_v1_integration_auth_integration_auth_id_qovery_projects_get200_response_from_dict = ApiV1IntegrationAuthIntegrationAuthIdQoveryProjectsGet200Response.from_dict(api_v1_integration_auth_integration_auth_id_qovery_projects_get200_response_dict)