# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test EntityQueryResponse")
model.instance <- EntityQueryResponse$new()
test_that("parameters", {
# tests for the property `parameters` (EntityQueryParameters)
# uncomment below to test the property
#expect_equal(model.instance$`parameters`, "EXPECTED_RESULT")
})
test_that("resultMetadata", {
# tests for the property `resultMetadata` (EntityQueryResultMetadata)
# uncomment below to test the property
#expect_equal(model.instance$`resultMetadata`, "EXPECTED_RESULT")
})
test_that("results", {
# tests for the property `results` (array[Entity])
# uncomment below to test the property
#expect_equal(model.instance$`results`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.