Last updated

Class: SDKGroup

An interface representing an Entity object.

Interface

IEntity

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new SDKGroup(init?)

Parameters

NameType
init?Partial<SDKGroup>

Properties

createdAt

createdAt: IDate

The date and time when the Entity was created.

Implementation of

IGroup.createdAt


id

id: string

A globally unique identifier for the Entity.

Implementation of

IGroup.id


members

members: SDKUser[]

Implementation of

IGroup.members


name

name: string

Implementation of

IGroup.name


org

org: string

Implementation of

IGroup.org


owner

owner: SDKUser

Implementation of

IGroup.owner


updatedAt

updatedAt: IDate

The date and time when the Entity was last updated.

Implementation of

IGroup.updatedAt