BrandImage
An interface that represents an image used within a brand for defined for an event.
A brand is used to control how an event's interactive sites, apps and emails are presented to users.
interface BrandImage {
url: URL!
}
Fields
BrandImage.url ● URL! non-null scalar
The URL for the brand image.
Member Of
Brand object
Implemented By
AutomaticallySizedBrandImage object ● StandardBrandImage object