Class: SDKProject

entities.SDKProject

Represents a project instance within the SDK.

Implements

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new SDKProject(project)

Creates an instance of SDKProject.

Parameters

Name Type Description
project any The project properties.

Properties

account

Optional account: IAccount

The account associated with the project.


contributors

Optional contributors: IUser[]

The project contributors.


createdAt

createdAt: IDate

The date of creation.


creator

creator: string

The project creator.


datasetsCount

Optional datasetsCount: number

The amount of datasets associated with the project.


groups

Optional groups: IGroup[]

The project groups.


id

id: string

The project ID.


isBlocked

isBlocked: boolean

Indicates if the project is blocked.


name

name: string

The name of the project.


org

Optional org: IOrg

The organization associated with the project.


role

Optional role: string

The role of the project.


updatedAt

updatedAt: IDate

The last update date.

Accessors

accountId

get accountId(): string

Gets the account ID associated with the project.

Returns

string


orgId

get orgId(): string

Gets the organization ID associated with the project.

Returns

string