WorkbookPropertiesUpdateParameters interface

Properties that contain a workbook for PATCH operation.

Properties

category

Workbook category, as defined by the user at creation time.

description

The description of the workbook.

displayName

The user-defined name (display name) of the workbook.

revision

The unique revision id for this workbook definition

serializedData

Configuration of this particular workbook. Configuration data is a string containing valid JSON

tags

A list of 0 or more tags that are associated with this workbook definition

Property Details

category

Workbook category, as defined by the user at creation time.

category?: string

Property Value

string

description

The description of the workbook.

description?: string

Property Value

string

displayName

The user-defined name (display name) of the workbook.

displayName?: string

Property Value

string

revision

The unique revision id for this workbook definition

revision?: string

Property Value

string

serializedData

Configuration of this particular workbook. Configuration data is a string containing valid JSON

serializedData?: string

Property Value

string

tags

A list of 0 or more tags that are associated with this workbook definition

tags?: string[]

Property Value

string[]