Get Group Membership Plain Args
data class GetGroupMembershipPlainArgs(val accessLevel: String? = null, val fullPath: String? = null, val groupId: Int? = null) : ConvertibleToJava<GetGroupMembershipPlainArgs>
A collection of arguments for invoking getGroupMembership.
Constructors
Link copied to clipboard
fun GetGroupMembershipPlainArgs(accessLevel: String? = null, fullPath: String? = null, groupId: Int? = null)