BrandAssets

data class BrandAssets(val brandLastModified: ExtendedLocalDate, val brandTermsUrl: Url? = null, val brandImageUrl: Url, val brandImageUrlDark: Url? = null, val color: RgbColorCode? = null)(source)

Brand assets such as images and colors used to represent the system.

Constructors

Link copied to clipboard
constructor(brandLastModified: ExtendedLocalDate, brandTermsUrl: Url? = null, brandImageUrl: Url, brandImageUrlDark: Url? = null, color: RgbColorCode? = null)

Properties

Link copied to clipboard
@SerialName(value = "brand_image_url")
val brandImageUrl: Url

A fully qualified URL pointing to the location of a graphic file representing the brand for the service.

Link copied to clipboard
@SerialName(value = "brand_image_url_dark")
val brandImageUrlDark: Url?

A fully qualified URL pointing to the location of a graphic file representing the brand for the service for use in dark mode applications.

Link copied to clipboard
@SerialName(value = "brand_last_modified")
val brandLastModified: ExtendedLocalDate

Date that indicates the last time any included brand assets were updated or modified.

Link copied to clipboard
@SerialName(value = "brand_terms_url")
val brandTermsUrl: Url?

A fully qualified URL pointing to the location of a page that defines the license terms of brand icons, colors, or other trademark information.

Link copied to clipboard

Color used to represent the brand for the service expressed as a 6 digit hexadecimal color code in the form #000000.