Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.46 KB

Activity.md

File metadata and controls

26 lines (21 loc) · 1.46 KB

core_openapi.model.Activity

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
id String
created GroupedTimestamp
updated GroupedTimestamp
event SeededConnectorTracking
application Application
deleted GroupedTimestamp [optional]
asset FlattenedAsset [optional]
user FlattenedUserProfile [optional]
format FlattenedFormat [optional]
mechanism MechanismEnum
rank int This is the numeric value assigned for this activity event. This number is based off the the type of activity event calcaulated on the server side.DO NOT MODIFY. To see what the value qualilates to, please refer to the function within the common sdk. The number here is based on the fib series. from 0 -> infinity but rn there arnt any value over 8. [optional]

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