salo.events.github.audit.team

Module Contents

Classes

TeamModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

AddMember

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

Create

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

class salo.events.github.audit.team.TeamModel(__pydantic_self__, **data: Any)[source]

Bases: salo.events.github.audit.base.GitHubAuditModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_actor :Optional[str]
github_org :Optional[str]
github_team :Optional[str]
github_created_at :Optional[datetime.datetime]
github_actor_location :salo.events.github.audit.base.ActorLocationModel
class salo.events.github.audit.team.AddMember(__pydantic_self__, **data: Any)[source]

Bases: TeamModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str
github_user :Optional[str]
class salo.events.github.audit.team.Create(__pydantic_self__, **data: Any)[source]

Bases: TeamModel

Mixin to provide __str__, __repr__, and __pretty__ methods. See #884 for more details.

__pretty__ is used by [devtools](https://python-devtools.helpmanual.io/) to provide human readable representations of objects.

github_action :str