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
| Name | Type | Description |
|---|---|---|
| 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 |