IWorkspaceDescriptorUpdate
Home > @gooddata/sdk-backend-spi > IWorkspaceDescriptorUpdate
IWorkspaceDescriptorUpdate interface
Workspace descriptor properties to update. Optional properties can be set to null to delete the value.
Signature:
export interface IWorkspaceDescriptorUpdate
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description? | string | (Optional) | |
earlyAccess? | string | null | (Optional) | |
earlyAccessValues? | string[] | null | (Optional) | |
prefix? | string | null | (Optional) | |
title? | string | (Optional) |