/* Options: Date: 2024-10-06 10:26:54 SwiftVersion: 5.0 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://data.regent-college.edu //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True IncludeTypes: DirectoryShareUpdateRequest.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/Directory/Share/{directory_uuid}/Save", "POST") public class DirectoryShareUpdateRequest : IReturn, Codable { public typealias Return = ResponseStatus public var directory_uuid:String public var share_full_name:Bool public var share_bday:Bool public var share_home_phone:Bool public var share_cell_phone:Bool public var share_email:Bool public var share_address:Bool public var share_quote:Bool public var share_bio:Bool public var share_interests:Bool public var share_home_country:Bool public var share_program:Bool public var share_picture:Bool public var share_spouse_name:Bool public var share_spouse_bday:Bool public var share_wedding_date:Bool public var share_kids:Bool public var share_field_of_work:Bool public var share_church:Bool required public init(){} }