put Object List
open fun putObjectList(@NonNull key: String, @NonNull value: List<BatchEventAttributes>): BatchEventAttributes
Add a list of object attribute for the specified key
Return
Same BatchEventAttributes instance, for chaining
Parameters
key
Attribute key. Should be made of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.
value
A List of BatchEventAttributes value to add.