Share via


ClassicAdministrator Class

Classic Administrators.

Constructor

ClassicAdministrator(*, id: str | None = None, name: str | None = None, type: str | None = None, email_address: str | None = None, role: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The ID of the administrator.

Default value: None
name
str

The name of the administrator.

Default value: None
type
str

The type of the administrator.

Default value: None
email_address
str

The email address of the administrator.

Default value: None
role
str

The role of the administrator.

Default value: None

Variables

Name Description
id
str

The ID of the administrator.

name
str

The name of the administrator.

type
str

The type of the administrator.

email_address
str

The email address of the administrator.

role
str

The role of the administrator.