Record

album

No description available.

record album {
  allow-continuous-play: bool,
  allow-downloads: bool,
  allow-share: bool,
  brand-color: string,
  created-time: string,
  custom-logo: picture,
  description: string,
  domain: string,
  duration: f64,
  embed: album-embed,
  embed-brand-color: bool,
  embed-custom-logo: bool,
  hide-nav: bool,
  hide-vimeo-logo: bool,
  layout: album-layout-enum,
  link: string,
  metadata: album-metadata,
  modified-time: string,
  name: string,
  pictures: picture,
  privacy: album-privacy,
  resource-key: string,
  review-mode: bool,
  sort: album-sort-enum,
  theme: album-theme-enum,
  uri: string,
  url: string,
  use-custom-domain: bool,
  user: user,
  web-brand-color: bool,
  web-custom-logo: bool,
}

Fields

NameTypeDescription
allow-continuous-playbool
allow-downloadsbool
allow-sharebool
brand-colorstring
created-timestring
custom-logopicture
descriptionstring
domainstring
durationf64
embedalbum-embed
embed-brand-colorbool
embed-custom-logobool
hide-navbool
hide-vimeo-logobool
layoutalbum-layout-enum
linkstring
metadataalbum-metadata
modified-timestring
namestring
picturespicture
privacyalbum-privacy
resource-keystring
review-modebool
sortalbum-sort-enum
themealbum-theme-enum
uristring
urlstring
use-custom-domainbool
useruser
web-brand-colorbool
web-custom-logobool