Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.66 KB

ProductMedia.md

File metadata and controls

27 lines (23 loc) · 1.66 KB

Yaksa.OrckestraCommerce.Client.Model.ProductMedia

ProductMedia

Properties

Name Type Description Notes
Id string The unique identifier of the entity.
PropertyBag Dictionary<string, Object> [optional]
Created DateTime Date the entity was created [optional]
CreatedBy string Identifier of the operator who created the entity [optional]
LastModified DateTime Date that the last modification was applied to the entity [optional]
LastModifiedBy string Identifier of the operator who last modified the entity [optional]
CleanUpOnDelete bool Indicates whether the related media file should be deleted from the Azure Storage when this reference to it is removed. [optional]
Description Dictionary<string, string> [optional]
IsCover bool a cover of the Product. [optional]
MediaType string the MediaType of the media. [optional]
Position int a position of the Media. [optional]
ResizedInstances List<ResizedMediaLink> a resized instances of the Media [optional]
Role string a role of the Media. [optional]
Tag string a tag of the Media. [optional]
Title Dictionary<string, string> [optional]
Url string the Url of the media. [optional]
IsRemoved bool [optional]

[Back to Model list] [Back to API list] [Back to README]