# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test PermissionReport")
model.instance <- PermissionReport$new()
test_that("workspaceACL", {
# tests for the property `workspaceACL` (map(WorkspaceAccessEntry))
# a map of (user email -> WorkspaceAccessEntry). `exampleEmail` is an example key.
# uncomment below to test the property
#expect_equal(model.instance$`workspaceACL`, "EXPECTED_RESULT")
})
test_that("referencedMethods", {
# tests for the property `referencedMethods` (array[EntityAccessControl])
# uncomment below to test the property
#expect_equal(model.instance$`referencedMethods`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.