GetWorkbookPlainArgs

data class GetWorkbookPlainArgs(val canFetchContent: Boolean? = null, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetWorkbookPlainArgs>

Constructors

Link copied to clipboard
constructor(canFetchContent: Boolean? = null, resourceGroupName: String, resourceName: String)

Properties

Link copied to clipboard

Flag indicating whether or not to return the full content for each applicable workbook. If false, only return summary content for workbooks.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the workbook resource. The value must be an UUID.

Functions

Link copied to clipboard
open override fun toJava(): GetWorkbookPlainArgs