Interface LiveUpdateStartRequest

Live Update start request.

interface LiveUpdateStartRequest {
    content: JsonObject;
    dismissTimestamp?: string;
    name: string;
    timestamp?: string;
    type: string;
}

Properties

content: JsonObject

Dynamic content.

dismissTimestamp?: string

Optional ISO 8601 date string that defines when to end this Live Update.

name: string

The Live Update name.

timestamp?: string

Optional ISO 8601 date string, used to filter out of order updates/

type: string

The Live Update type.