com.atproto.admin.update_subject_status¶
- class atproto_client.models.com.atproto.admin.update_subject_status.Data¶
Bases:
DataModelBase
Input data model for
com.atproto.admin.updateSubjectStatus
.- field deactivated: models.ComAtprotoAdminDefs.StatusAttr | None = None¶
Deactivated.
- field subject: RepoRef | models.ComAtprotoRepoStrongRef.Main | models.ComAtprotoAdminDefs.RepoBlobRef[models.ComAtprotoAdminDefs.RepoRef | models.ComAtprotoRepoStrongRef.Main | models.ComAtprotoAdminDefs.RepoBlobRef] [Required]¶
- field takedown: models.ComAtprotoAdminDefs.StatusAttr | None = None¶
Takedown.
- class atproto_client.models.com.atproto.admin.update_subject_status.DataDict(*args, **kwargs)¶
Bases:
dict
- deactivated: typing_extensions.NotRequired[models.ComAtprotoAdminDefs.StatusAttr | None]¶
Deactivated.
- subject: RepoRef | models.ComAtprotoRepoStrongRef.Main | models.ComAtprotoAdminDefs.RepoBlobRef[models.ComAtprotoAdminDefs.RepoRef | models.ComAtprotoRepoStrongRef.Main | models.ComAtprotoAdminDefs.RepoBlobRef]¶
- takedown: typing_extensions.NotRequired[models.ComAtprotoAdminDefs.StatusAttr | None]¶
Takedown.
- class atproto_client.models.com.atproto.admin.update_subject_status.Response¶
Bases:
ResponseModelBase
Output data model for
com.atproto.admin.updateSubjectStatus
.- field subject: RepoRef | models.ComAtprotoRepoStrongRef.Main | models.ComAtprotoAdminDefs.RepoBlobRef[models.ComAtprotoAdminDefs.RepoRef | models.ComAtprotoRepoStrongRef.Main | models.ComAtprotoAdminDefs.RepoBlobRef] [Required]¶
- field takedown: models.ComAtprotoAdminDefs.StatusAttr | None = None¶
Takedown.