Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.33 KB

File metadata and controls

27 lines (22 loc) · 1.33 KB

core_openapi.model.Share

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
id String This is the uuid that represents this share model.
user String this is the uuid of the user that the share is created for. [optional]
asset FlattenedAsset [optional]
assets FlattenedAssets [optional]
link String This is the prebuilt link.
access AccessEnum
accessors Accessors
created GroupedTimestamp
short String This is a shortened version of our uuid.
name String 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]

[Back to Model list] [Back to API list] [Back to README]