(* Options:
Date: 2026-04-04 03:06:55
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: SaveImageAsObjectPrimary.*
//ExcludeTypes:
//InitializeCollections: False
//AddNamespaces:
*)
namespace Eros.Saguna.Common.WebAPIModel.ServiceModels
open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
///
///Updates the specified objects primary image with the specified Images Media File ID.
///
[]
[]
[]
[]
[]
type SaveImageAsObjectPrimary() =
interface IReturn
///
///Guid of the object whose primary image details we want to update.
///
[]
member val ObjectId:Guid = new Guid() with get,set
///
///Guid of the Media File that contains details of the image we want to be primary.
///
[]
member val PrimaryImageMediaFileId:Guid = new Guid() with get,set
///
///URL to the full image.
///
[]
member val BlobImageURL:String = null with get,set
///
///URL to the thumbnail image.
///
[]
member val BlobImageURLThumbnail:String = null with get,set