Nakama .NET Client SDK 3.16.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Satori.IApiLiveEvent Interface Reference

A single live event. More...

Properties

string ActiveEndTimeSec [get]
 End time of current event run.
 
string ActiveStartTimeSec [get]
 Start time of current event run.
 
string Description [get]
 Description.
 
string DurationSec [get]
 Duration in seconds.
 
string EndTimeSec [get]
 End time, 0 if it repeats forever.
 
string Id [get]
 The live event identifier.
 
string Name [get]
 Name.
 
string ResetCron [get]
 Reset CRON schedule, if configured.
 
string StartTimeSec [get]
 Start time.
 
string Value [get]
 Event value.
 

Detailed Description

A single live event.

Property Documentation

◆ ActiveEndTimeSec

string Satori.IApiLiveEvent.ActiveEndTimeSec
get

End time of current event run.

◆ ActiveStartTimeSec

string Satori.IApiLiveEvent.ActiveStartTimeSec
get

Start time of current event run.

◆ Description

string Satori.IApiLiveEvent.Description
get

Description.

◆ DurationSec

string Satori.IApiLiveEvent.DurationSec
get

Duration in seconds.

◆ EndTimeSec

string Satori.IApiLiveEvent.EndTimeSec
get

End time, 0 if it repeats forever.

◆ Id

string Satori.IApiLiveEvent.Id
get

The live event identifier.

◆ Name

string Satori.IApiLiveEvent.Name
get

Name.

◆ ResetCron

string Satori.IApiLiveEvent.ResetCron
get

Reset CRON schedule, if configured.

◆ StartTimeSec

string Satori.IApiLiveEvent.StartTimeSec
get

Start time.

◆ Value

string Satori.IApiLiveEvent.Value
get

Event value.


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