MemberInclude

fun MemberInclude(includeCustom: Boolean = false, includeStatus: Boolean = false, includeType: Boolean = false, includeTotalCount: Boolean = false, includeUser: Boolean = false, includeUserCustom: Boolean = false, includeUserType: Boolean = false, includeUserStatus: Boolean = false): MemberInclude

Factory function to create an instance of MemberInclude.

This function provides default values for all inclusion flags and returns an implementation of the MemberInclude interface with the specified options.

Return

An instance of MemberInclude with the specified inclusion options.

Parameters

includeCustom

Whether to include custom properties in the result. Default is false.

includeStatus

Whether to include the status of the Members in the result. Default is false.

includeType

Whether to include the type of the Members in the result. Default is false.

includeTotalCount

Whether to include the total count of Members in the result. Default is false.

includeUser

Whether to include user information in the result. Default is false.

includeUserCustom

Whether to include custom properties of the user in the result. Default is false.

includeUserType

Whether to include the type of the user in the result. Default is false.

includeUserStatus

Whether to include the status of the user in the result. Default is false.