Share
This represents what information that is relavent to anything and every sharing related. v1 will look very bare and will add more and more data as we go! if user is undefined && access is public then we have an asset that is publicly available.
Properties​
Name | Type | Description | Notes |
---|---|---|---|
var_schema | EmbeddedModelSchema | [optional] | |
id | str | This is the uuid that represents this share model. | |
user | str | this is the uuid of the user that the share is created for. | [optional] |
asset | FlattenedAsset | [optional] | |
assets | FlattenedAssets | [optional] | |
link | str | This is the prebuilt link. | |
access | AccessEnum | ||
accessors | Accessors | ||
created | GroupedTimestamp | ||
short | str | This is a shortened version of our uuid. | |
name | str | this is an optional name we can give to the link, ie ?p=JAVASCRIPT or what ever the user wants as long as it is available. | [optional] |
distributions | Distributions | [optional] | |
score | Score | [optional] |