Get Workbook Plain Args
data class GetWorkbookPlainArgs(val canFetchContent: Boolean? = null, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetWorkbookPlainArgs>
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.