ListMembershipResponse - daneden/Twift GitHub Wiki

ListMembershipResponse

A response object containing information relating to a list membership request.

public struct ListMembershipResponse: Codable 

Inheritance

Codable

Properties

isMember

Indicates whether the user is a member of the specified List as a result of the request.

public let isMember: Bool