libkazv
Kazv::SendMultipleToDeviceMessagesAction Struct Reference

Send multiple to device messages. More...

#include <client-model.hpp>

Public Attributes

immer::map< std::string, immer::map< std::string, Event > > userToDeviceToEventMap
 A map from user id to device id to the event. More...
 
std::optional< std::string > txnId {std::nullopt}
 An optional transaction id. Will be generated if not provided. More...
 

Detailed Description

Send multiple to device messages.

Due to limitations of the spec, the type of the Events must be the same.

Member Data Documentation

◆ txnId

std::optional<std::string> Kazv::SendMultipleToDeviceMessagesAction::txnId {std::nullopt}

An optional transaction id. Will be generated if not provided.

◆ userToDeviceToEventMap

immer::map<std::string, immer::map<std::string, Event> > Kazv::SendMultipleToDeviceMessagesAction::userToDeviceToEventMap

A map from user id to device id to the event.


The documentation for this struct was generated from the following file: