WorkbookUpdateParameters interface
The parameters that can be provided when updating workbook properties properties.
Properties
category | Workbook category, as defined by the user at creation time. |
description | The description of the workbook. |
display |
The user-defined name (display name) of the workbook. |
kind | The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared' |
revision | The unique revision id for this workbook definition |
serialized |
Configuration of this particular workbook. Configuration data is a string containing valid JSON |
tags | Resource tags. |
tags1 | 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
kind
The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'
kind?: SharedTypeKind
Property Value
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
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tags1
A list of 0 or more tags that are associated with this workbook definition
tags1?: string[]
Property Value
string[]