MembershipInclude

Interface representing options to include additional data when using Memberships API.

Properties

Link copied to clipboard
abstract val includeChannel: Boolean

Whether to include channel information in the result.

Link copied to clipboard

Whether to include custom properties of the channel in the result.

Link copied to clipboard

Whether to include the status of the channel in the result.

Link copied to clipboard

Whether to include the type of the channel in the result.

Link copied to clipboard
abstract val includeCustom: Boolean

Whether to include custom data of the Membership in the result.

Link copied to clipboard
abstract val includeStatus: Boolean

Whether to include the status of the Membership in the result.

Link copied to clipboard

Whether to include the total count of Memberships in the result.

Link copied to clipboard
abstract val includeType: Boolean

Whether to include the type of the Membership in the result.