1
0
Fork 0
forked from sr2/cloud-api

docs: iam docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 13:22:24 +01:00
parent 0c1c9f62ee
commit 0e169af456
9 changed files with 36 additions and 40 deletions

View file

@ -1,9 +1,10 @@
"""
Pydantic models for the IAM module
Models:
- List: Description
- Models: Description
Models follow the nomenclature of:
- Sub-models: "<Resource>Response"
- Mixins: "<Attribute>Mixin"
- Models: "<Module><Method><Resource><Opt:Resource><Direction>" ie "IAMGetGroupPermissionsResponse"
"""
from typing import Optional