Type Alias DiProjectItemRsp

type DiProjectItemRsp = {
    description?: string;
    id?: string;
    name?: string;
    ownerId?: string;
    platformType?: PlatformType;
    spaceId?: string;
    type?: "DATA_PIPELINE" | "DATA_MOVEMENT";
}
Index
description?: string
id?: string
name?: string
ownerId?: string
platformType?: PlatformType

The platform type of the project. Supported values: - SNOWFLAKE: Snowflake - BIGQUERY: Google BigQuery - SYNAPSE: Azure Synapse - DATABRICKS: Databricks - REDSHIFT: Amazon Redshift - MSSQL: Microsoft SQL Server - FABRIC: Microsoft Fabric (OneLake) - QLIK_QVD: Qlik-managed QVD - QLIK_QVD_CUSTOMER_MANAGED: Customer-managed QVD - QLIK_OPEN_LAKEHOUSE: Qlik Open Lakehouse - NONE: No platform (e.g. replication-only projects)

spaceId?: string
type?: "DATA_PIPELINE" | "DATA_MOVEMENT"

The type of the project