Interface memberGroup


interface memberGroup {
    createdAt: string;
    custom_fields?: CustomField[];
    deprecatedBundle: string;
    entityType: EntityType;
    id: number;
    membershipResourceType: string;
    resourceType: string;
    title: string;
    updatedAt: string;
}

Hierarchy

  • Entity
    • memberGroup

Properties

createdAt: string
custom_fields?: CustomField[]
deprecatedBundle: string
entityType: EntityType
id: number
membershipResourceType: string
resourceType: string
title: string
updatedAt: string