Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 914 Bytes

Brand.md

File metadata and controls

29 lines (22 loc) · 914 Bytes

Brand

Properties

Name Type Description Notes
id Long
position Long [optional]
imageSmall String [optional]
imageLarger String [optional]
active Boolean [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]
visibility List<VisibilityEnum> channels that resource are showed [optional]
i18n List<I18n> I18n fields to brands [optional]

Enum: List<VisibilityEnum>

Name Value
FACEBOOK "facebook"
MOBILE "mobile"
WEBSTORE "webstore"
NONE "none"
ALL "all"