Files

11 lines
272 B
Swift

// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
import Foundation
extension Operations {
/// Indicates whether the account is protected.
public enum Protected: Int, Codable, APIValue {
case disable = 0
case enable = 1
}}