ApiCommunityActionDTO¶
stonepy.models.ApiCommunityActionDTO.ApiCommunityActionDTO
¶
Bases: ResponseModel
Details of an action that has occurred in the CI Connect community. Note: for use of the CI Connect social trading platform.
community_action_id
class-attribute
instance-attribute
¶
Unique identifier of this community action.
primary_user_details
class-attribute
instance-attribute
¶
primary_user_details: (
ApiCommunityActionUserDetailsDTO | None
) = Field(default=None, alias="PrimaryUserDetails")
Details of the primary user.
community_action_type_id
class-attribute
instance-attribute
¶
Identifier of the community action type.
community_action_type_description
class-attribute
instance-attribute
¶
community_action_type_description: str | None = Field(
default=None, alias="CommunityActionTypeDescription"
)
Description of the community action type.
secondary_user_details
class-attribute
instance-attribute
¶
secondary_user_details: (
ApiCommunityActionUserDetailsDTO | None
) = Field(default=None, alias="SecondaryUserDetails")
Details of the secondary user, For example, the one being followed/unfollowed by the primary user.
create_date
class-attribute
instance-attribute
¶
Date and time that the community action was created in the CI Connect database.