(* Options: Date: 2025-08-05 02:01:03 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: GetAllClientCredentialsMessage.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Telerik.Sitefinity.Analytics.Server.Infrastructure.Services.ServiceStackServices.Model open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Globalization [] type ClientCredential() = member val ClientId:String = null with get,set member val ClientSecret:String = null with get,set [] [] type GetAllClientCredentialsMessage() = interface IReturn member val SiteId:Guid = new Guid() with get,set