tests/testthat/test_permission_report_request.R

# 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")
})
vjcitn/terraClientR documentation built on Dec. 23, 2021, 4:07 p.m.