Type Alias DiProjectItemRsp

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

Properties

description?: string
id?: string
name?: string
ownerId?: string
platformType?: PlatformType
spaceId?: string
type?: "DATA_PIPELINE" | "DATA_MOVEMENT"