Skip to main content

CampaignInfo

Representation of a campaigns information

type CampaignInfo {
name: String
description: [LocalizedString]
timeLimit: TimeInterval
}

Fields

name ● String

The name of the campaign. Used for internal reference.

description ● [LocalizedString]

Localized description of the campaign.

timeLimit ● TimeInterval

Campaign start and end date, if set.

Example

{
"description": [
{
"language": "EN",
"value": "String"
}
],
"timeLimit": {
"from": "2024-05-03T11:52:33Z"
}
}