# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse2008")
model.instance <- InlineResponse2008$new()
test_that("rateLimitType", {
# tests for the property `rateLimitType` (character)
# uncomment below to test the property
#expect_equal(model.instance$`rateLimitType`, "EXPECTED_RESULT")
})
test_that("interval", {
# tests for the property `interval` (character)
# uncomment below to test the property
#expect_equal(model.instance$`interval`, "EXPECTED_RESULT")
})
test_that("intervalNum", {
# tests for the property `intervalNum` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`intervalNum`, "EXPECTED_RESULT")
})
test_that("limit", {
# tests for the property `limit` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`limit`, "EXPECTED_RESULT")
})
test_that("count", {
# tests for the property `count` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`count`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.