Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.42 KB

FlattenedWebsite.md

File metadata and controls

27 lines (22 loc) · 1.42 KB

core_openapi.model.FlattenedWebsite

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
id String this is aspecific uuid that represents
assets FlattenedAssets [optional]
name String A customizable name.
url String The true url or the website.
created GroupedTimestamp
updated GroupedTimestamp
deleted GroupedTimestamp [optional]
mechanisms Map<String, MechanismEnum> This is a Map<String, MechanismEnum> where the the key is an asset id. [optional] [default to const {}]
interactions int This is an optional value that will keep track of the number of times this has been interacted with. [optional]
persons FlattenedPersons [optional]
conversations FlattenedConversations [optional]
score Score [optional]

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