(* Options: Date: 2026-04-04 03:05:13 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: UpdateRoleGroupStatus.* //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 /// ///Archives or Restores a Role Group record. /// [] [] [] [] type UpdateRoleGroupStatus() = interface IReturn /// ///Id of the Contact Role Group record to be Archived or Restored. /// [] member val ContactRoleGroupId:Guid = new Guid() with get,set /// ///True if the action is Archive, False for Restore. /// [] member val IsActionArchive:Nullable = new Nullable() with get,set