ApiWallItemsForUsersDTO¶
stonepy.models.ApiWallItemsForUsersDTO.ApiWallItemsForUsersDTO
¶
Bases: ResponseModel
List entry for ApiGetWallItemsForUsersResponseDTO . Contains the screen name of a CI Connect user and the list of their wall items. Note: for use of the CI Connect social trading platform.
screen_name
class-attribute
instance-attribute
¶
The CI Connect screen name for the user.
wall_items_for_user
class-attribute
instance-attribute
¶
wall_items_for_user: list[ApiWallItemDTO] | None = Field(
default=None, alias="WallItemsForUser"
)
The list of wall items for this CI Connect user.