Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.01 KB

File metadata and controls

30 lines (21 loc) · 1.01 KB

AiConfigsMaintainerTeam

Properties

Name Type Description Notes
key str
name str

Example

from launchdarkly_api.models.ai_configs_maintainer_team import AiConfigsMaintainerTeam

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

# convert the object into a dict
ai_configs_maintainer_team_dict = ai_configs_maintainer_team_instance.to_dict()
# create an instance of AiConfigsMaintainerTeam from a dict
ai_configs_maintainer_team_from_dict = AiConfigsMaintainerTeam.from_dict(ai_configs_maintainer_team_dict)

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