WorkbookUpdateParameters Class

The parameters that can be provided when updating workbook properties properties.

Inheritance
WorkbookUpdateParameters

Constructor

WorkbookUpdateParameters(*, kind=None, tags=None, display_name: Optional[str] = None, serialized_data: Optional[str] = None, category: Optional[str] = None, tags1=None, **kwargs)

Parameters

kind
str or SharedTypeKind
Required

The kind of workbook. Choices are user and shared. Possible values include: 'user', 'shared'

tags
dict[str, str]
Required

Resource tags

display_name
str
Required

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

serialized_data
str
Required

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

category
str
Required

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

tags1
list[str]
Required

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