Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.01 KB

SeededWebsite.md

File metadata and controls

21 lines (16 loc) · 1.01 KB

core_openapi.model.SeededWebsite

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
asset String This is the specific asset that this website is going to get attached to!! [optional]
conversation String This is the specific conversation that this website is going to get attached to!! [optional]
url String this is the url of the website.
name String name of the website.(customizable and updateable as well.)
mechanism MechanismEnum [optional]
person String this is a uuid of a person that we are going to add the website too. [optional]

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