Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.73 KB

ApiV1IntegrationAuthIntegrationAuthIdChecklyGroupsGet200ResponseGroupsInner.md

File metadata and controls

29 lines (21 loc) · 1.73 KB

ApiV1IntegrationAuthIntegrationAuthIdChecklyGroupsGet200ResponseGroupsInner

Properties

Name Type Description Notes
name str
group_id float

Example

from infisicalapi_client.models.api_v1_integration_auth_integration_auth_id_checkly_groups_get200_response_groups_inner import ApiV1IntegrationAuthIntegrationAuthIdChecklyGroupsGet200ResponseGroupsInner

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

# convert the object into a dict
api_v1_integration_auth_integration_auth_id_checkly_groups_get200_response_groups_inner_dict = api_v1_integration_auth_integration_auth_id_checkly_groups_get200_response_groups_inner_instance.to_dict()
# create an instance of ApiV1IntegrationAuthIntegrationAuthIdChecklyGroupsGet200ResponseGroupsInner from a dict
api_v1_integration_auth_integration_auth_id_checkly_groups_get200_response_groups_inner_from_dict = ApiV1IntegrationAuthIntegrationAuthIdChecklyGroupsGet200ResponseGroupsInner.from_dict(api_v1_integration_auth_integration_auth_id_checkly_groups_get200_response_groups_inner_dict)

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