penicillin
common
penicillin
/
blue.starry.penicillin.models
/
ActivityEvent
Activity
Event
common
data
class
ActivityEvent
(
val
json
:
JsonObject
,
val
client
:
ApiClient
)
:
PenicillinModel
Content copied to clipboard
Constructors
Properties
Extensions
Constructors
Activity
Event
Link copied to clipboard
common
fun
ActivityEvent
(
json
:
JsonObject
,
client
:
ApiClient
)
Content copied to clipboard
Properties
action
Link copied to clipboard
common
val
action
:
String
Content copied to clipboard
client
Link copied to clipboard
common
open
override
val
client
:
ApiClient
Content copied to clipboard
The
ApiClient
instance.
created
At
Raw
Link copied to clipboard
common
val
createdAtRaw
:
String
Content copied to clipboard
json
Link copied to clipboard
common
open
override
val
json
:
JsonObject
Content copied to clipboard
The underlying
JsonObject
.
key
Case
Link copied to clipboard
common
open
val
keyCase
:
JsonKeyCase
Content copied to clipboard
key
Converter
Link copied to clipboard
common
open
val
keyConverter
:
JsonKeyConverter
Content copied to clipboard
max
Position
Link copied to clipboard
common
val
maxPosition
:
String
Content copied to clipboard
min
Position
Link copied to clipboard
common
val
minPosition
:
String
Content copied to clipboard
sources
Link copied to clipboard
common
val
sources
:
List
<
User
>
Content copied to clipboard
sources
Size
Link copied to clipboard
common
val
sourcesSize
:
Int
Content copied to clipboard
target
Objects
Link copied to clipboard
common
val
targetObjects
:
List
<
Status
>
Content copied to clipboard
target
Objects
Size
Link copied to clipboard
common
val
targetObjectsSize
:
Int
Content copied to clipboard
targets
Link copied to clipboard
common
val
targets
:
List
<
User
>
Content copied to clipboard
targets
Size
Link copied to clipboard
common
val
targetsSize
:
Int
Content copied to clipboard
Extensions
created
At
Link copied to clipboard
common
val
ActivityEvent
.
createdAt
:
CreatedAt
Content copied to clipboard
Parsed "created_at" object.