(* Options: Date: 2025-08-05 02:37:55 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: ToggleMobileFormatsContentTypesDto.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Telerik.Sitefinity.MobileFormats.Web.Services.Dto open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Globalization [] type MobileFormatContentTypeDto() = member val ContentTypeDisplayName:String = null with get,set member val ContentTypeName:String = null with get,set member val ContentTypeFullname:String = null with get,set member val Active:Boolean = new Boolean() with get,set [] [] type ToggleMobileFormatsContentTypesDto() = member val SiteId:String = null with get,set member val MobileFormatContentTypes:IEnumerable = null with get,set