# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test PermissionReportRequest")
model.instance <- PermissionReportRequest$new()
test_that("users", {
# tests for the property `users` (array[character])
# list of email addresses; optional; defaults to all users in the workspace
# uncomment below to test the property
#expect_equal(model.instance$`users`, "EXPECTED_RESULT")
})
test_that("configs", {
# tests for the property `configs` (array[MethodConfigurationName])
# list of configs; optional; defaults to all configs in the workspace
# uncomment below to test the property
#expect_equal(model.instance$`configs`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.