Type Alias ActivateDataProductRequest

type ActivateDataProductRequest = {
    description?: string;
    name: string;
    spaceId?: string;
    tags?: string[];
}
Index
description?: string

A description of the data product.

name: string

Name of the data product to activate.

spaceId?: string

Unique identifier of the space.

tags?: string[]