Model/InformMappingCondition.ps1

#
# Fly SDK API
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
# Version: 1.0
# Contact: support@avepoint.com
# Generated by OpenAPI Generator: https://openapi-generator.tech
#

<#
.SYNOPSIS
 
Enum InformMappingCondition.
 
.DESCRIPTION
 
* `AllMappings` = 0 * `OnlyFailedMappings` = 1
#>


enum InformMappingCondition {
    # enum value: "0"
    AllMappings
    # enum value: "1"
    OnlyFailedMappings
}