libkazv
Kazv::Api::GetPushersJob::PusherData Struct Reference

A dictionary of information for the pusher implementation itself. More...

#include <pusher.hpp>

Public Attributes

std::optional< std::string > url
 Required if kind is http. More...
 
std::optional< std::string > format
 The format to use when sending notifications to the Push Gateway. More...
 

Detailed Description

A dictionary of information for the pusher implementation itself.

Member Data Documentation

◆ format

std::optional<std::string> Kazv::Api::GetPushersJob::PusherData::format

The format to use when sending notifications to the Push Gateway.

◆ url

std::optional<std::string> Kazv::Api::GetPushersJob::PusherData::url

Required if kind is http.

The URL to use to send notifications to.


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