com.atproto.admin.update_account_email

class atproto_client.models.com.atproto.admin.update_account_email.Data

Bases: DataModelBase

Input data model for com.atproto.admin.updateAccountEmail.

field account: str [Required]

The handle or DID of the repo.

field email: str [Required]

Email.

class atproto_client.models.com.atproto.admin.update_account_email.DataDict(*args, **kwargs)

Bases: dict

account: str

The handle or DID of the repo.

email: str

Email.