jsoncreator_app/JSONCreator_iOS/JSONCreator/MF/ClientParameterBiometricsEnabledModel.swift
Matt Bruce f1bed66dc9 added for project testing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-10-02 09:37:08 -05:00

16 lines
495 B
Swift

//
// ClientParameterBiometricsEnabledModel.swift
// MobileFirstFramework
//
// Created by Arun Kumar Chintakrinda on 06/05/24.
// Copyright © 2024 Verizon Wireless. All rights reserved.
//
import MVMCore
public struct ClientParameterBiometricsEnabledModel: ClientParameterModelProtocol {
public static var identifier: String = "biometricsEnabled"
public var type: String = ClientParameterBiometricsEnabledModel.identifier
@DecodableDefault.UUIDString public var id: String
}