(* Options:
Date: 2026-04-04 03:04:41
Version: 8.52
Tip: To override a DTO option, remove "//" prefix before updating
BaseUrl: https://pfapi.pstpf.com.au/api
//GlobalNamespace:
//MakeDataContractsExtensible: False
//AddReturnMarker: True
//AddDescriptionAsComments: True
//AddDataContractAttributes: False
//AddIndexesToDataMembers: False
//AddGeneratedCodeAttributes: False
//AddResponseStatus: False
//AddImplicitVersion:
//ExportValueTypes: False
IncludeTypes: GetSettingsForAppliance.*
//ExcludeTypes:
//InitializeCollections: False
//AddNamespaces:
*)
namespace Eros.Subtle.Canvara.WebAPIModel.ServiceModel
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
///
///Returns system settings for a specified appliance.
///
[]
[]
type GetSettingsForAppliance() =
interface IReturn>
///
///The appliance ID to return settings for.
///
[]
member val ApplianceId:Guid = new Guid() with get,set
///
///A list of the setting Id's that are to be retrieved.
///
[]
member val SettingIds:ResizeArray = null with get,set