Skip to main content

UserFollowInfoListResponse

ZEPETO.Module.Social.UserFollowInfoListResponse

The UserFollowInfoListResponse class provides the API call result and the users' following information list.

Hierarchy

Constructors

constructor

new UserFollowInfoListResponse()

Inherited from

BaseResponse.constructor

Properties

isSuccess

isSuccess: boolean

Represents the success status of the request. Set to true upon successful completion.

Inherited from

BaseResponse.isSuccess


message

message: string

Describes the result of the request.

Inherited from

BaseResponse.message


users

users: UserFollowInfo[]

Array of the users' following information list.