Skip to content

Commit

Permalink
Fix literal in Administration class
Browse files Browse the repository at this point in the history
  • Loading branch information
daveih committed Oct 2, 2024
1 parent 2da3f10 commit 38bbcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/administration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ class Administration(ApiBaseModelWithIdNameLabelAndDesc):
frequency: AliasCode
administrableProductId: Union[str, None] = None
notes: List[CommentAnnotation] = []
instanceType: Literal['AgentAdministration']
instanceType: Literal['Administration']

0 comments on commit 38bbcfd

Please sign in to comment.