docs/interfaces/management.Management.GroupMember.html
Represents the metadata of a group membership.
interface GroupMember {
id?: string;
member_type?: Management.GroupMemberTypeEnum;
type?: Management.GroupTypeEnum;
connection_id?: string;
created_at?: string;
key: string: any;
}
Accepts any additional properties
id?member_type?type?connection_id?created_at?
Optionalidid?: string
Unique identifier for the member.
Optionalmember_typemember_type?: Management.GroupMemberTypeEnum
Optionaltypetype?: Management.GroupTypeEnum
Optionalconnection_idconnection_id?: string
Identifier for the connection this group belongs to (if a connection group).
Optionalcreated_atcreated_at?: string
Timestamp of when the membership was created.
Member Visibility
ThemeOSLightDark
Properties idmember_typetypeconnection_idcreated_at