IncludeMembersArg
public class IncludeMembersArg : CustomStringConvertible, JSONRepresentable
The IncludeMembersArg struct
-
Whether to return the list of members in the group. Note that the default value will cause all the group members to be returned in the response. This may take a long time for large groups.
Declaration
Swift
public let returnMembers: Bool
-
Declaration
Swift
public var description: String { get }