v2/tests/Model/GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholds.Tests.ps1

#
# SailPoint SaaS API
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
# Version: 2.0.0
# Generated by OpenAPI Generator: https://openapi-generator.tech
#

Describe -tag 'PSSailpointV2' -name 'V2GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholds' {
    Context 'V2GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholds' {
        It 'Initialize-V2GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholds' {
            # a simple test to create an object
            #$NewObject = Initialize-V2GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholds -Healthy "TEST_VALUE" -Unhealthy "TEST_VALUE"
            #$NewObject | Should -BeOfType GetOrgSettings200ResponseSystemNotificationConfigNotificationsInnerThresholds
            #$NewObject.property | Should -Be 0
        }
    }
}