Record
sfx
No description available.
record sfx {
added-date: option<string>,
affiliate-url: option<string>,
artist: option<string>,
assets: option<sfx-assets>,
contributor: contributor,
description: option<string>,
duration: option<f64>,
id: string,
keywords: option<list<string>>,
media-type: string,
releases: option<list<string>>,
title: option<string>,
updated-time: option<string>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| added-date | option<string> | |
| affiliate-url | option<string> | |
| artist | option<string> | |
| assets | option<sfx-assets> | |
| contributor | contributor | |
| description | option<string> | |
| duration | option<f64> | |
| id | string | |
| keywords | option<list<string>> | |
| media-type | string | |
| releases | option<list<string>> | |
| title | option<string> | |
| updated-time | option<string> | |
| url | option<string> |