UserFollowInfoListResponse
ZEPETO.Module.Social.UserFollowInfoListResponse
The UserFollowInfoListResponse
class provides the API call result and the users' following information list.
Hierarchy
↳
UserFollowInfoListResponse
Constructors
constructor
• new UserFollowInfoListResponse()
Inherited from
Properties
isSuccess
• isSuccess: boolean
Represents the success status of the request.
Set to true
upon successful completion.
Inherited from
message
• message: string
Describes the result of the request.
Inherited from
users
• users: UserFollowInfo
[]
Array of the users' following information list.