Interface Group

Group type

Hierarchy

  • Group

Properties

additionalData?: StringIndexedObject

Non-standard additional data provided by the API.

approvalStatus?: string

The group's approval status

created?: Date

When was the group created

description: string

A long-form description of the group

displayName: string

The group's full, human-readable display name

groups?: string[]

The groups this group belongs to

id: string

The group's id (usually a UUID)

imageUrl?: string

The group's display image

name: string

The group's short name, often not human-readable

organization?: boolean

Is the group an organization

state?: string

The group's state

stats: {
    datasets?: number;
    followers?: number;
}

The group's numerical statistics

Type declaration

  • Optional datasets?: number
  • Optional followers?: number
title: string

The group's full title

type?: string

The group's type

users?: User[]

The group's members

Generated using TypeDoc