' Options:
'Date: 2026-04-04 02:56:31
'Version: 8.52
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://pfapi.pstpf.com.au/api
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: False
'''ExportValueTypes: False
'IncludeTypes: SaveImageAsObjectPrimary.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Eros.Saguna.Common.WebAPIModel.ServiceModels
Namespace Global
Namespace Eros.Saguna.Common.WebAPIModel.ServiceModels
'''
'''Updates the specified objects primary image with the specified Images Media File ID.
'''
Public Partial Class SaveImageAsObjectPrimary
Implements IReturn(Of ResponseStatus)
'''
'''Guid of the object whose primary image details we want to update.
'''
Public Overridable Property ObjectId As Guid
'''
'''Guid of the Media File that contains details of the image we want to be primary.
'''
Public Overridable Property PrimaryImageMediaFileId As Guid
'''
'''URL to the full image.
'''
Public Overridable Property BlobImageURL As String
'''
'''URL to the thumbnail image.
'''
Public Overridable Property BlobImageURLThumbnail As String
End Class
End Namespace
End Namespace