3.0.0 • Published 5 years ago

@datafire/gamesparks_game_details v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/gamesparks_game_details

Client library for GameSparks Game Details API

Installation and Usage

npm install --save @datafire/gamesparks_game_details
let gamesparks_game_details = require('@datafire/gamesparks_game_details').create({
  accessToken: "",
  username: "",
  password: "",
  jwt: ""
});

.then(data => {
  console.log(data);
});

Description

The API to manage the GameSparks game details

Actions

getRegionOptionsUsingGET

getRegionOptions

gamesparks_game_details.getRegionOptionsUsingGET(null, context)

Input

This action has no parameters

Output

getAnalyticsDataUsingGET

Returns the results of executed query defined by the parameters passed in

gamesparks_game_details.getAnalyticsDataUsingGET({
  "apiKey": "",
  "stage": "",
  "dataType": "",
  "precision": "",
  "startDate": "",
  "endDate": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • stage required string (values: LIVE, PREVIEW): stage
    • dataType required string (values: activeDevices, activeLocations, activeUsers, averageBandwidthPerUser, averageDauOverMau, averageJsExecutionTime, averageRequestsPerUser, averageResponseTime, averageResponseTimePerType, scriptLogLevelsCount, sessionAnalytic, storagePerUser, customAnalyticTotal, customAnalyticUser, timedAnalyticTotal, sessionAnalyticTotal, connectedUsers): dataType
    • precision required string (values: HOURLY, DAILY, MONTHLY): precision
    • startDate required string: yyyy-MM-dd
    • endDate required string: yyyy-MM-dd
    • keys string: the keys to select. For example "ReturningUsers", "NewUsers", etc

Output

getDataCountUsingGET

Returns the count of executed query

gamesparks_game_details.getDataCountUsingGET({
  "apiKey": "",
  "stage": "",
  "queryName": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • stage required string (values: LIVE, PREVIEW): stage
    • queryName required string (values: activeUsersNow, dailyActiveUsers, averageDailyActiveUsers, lastMonthlyActiveUsers, monthlyActiveUsers, averageSessionDuration): queryName

Output

getRetentionUsingGET

Returns the percentage of user retention over the last 30 days

gamesparks_game_details.getRetentionUsingGET({
  "apiKey": "",
  "stage": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • stage required string (values: LIVE, PREVIEW): stage

Output

getBillingDetails

Retrieves the Billing Details.

gamesparks_game_details.getBillingDetails({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

putBillingDetails

Updates the Billing Details.

gamesparks_game_details.putBillingDetails({
  "apiKey": "",
  "billingDetails": {
    "building": "",
    "city": "",
    "companyName": "",
    "country": "",
    "email1": "",
    "firstName1": "",
    "lastName1": "",
    "postcode": "",
    "street": ""
  }
}, context)

Input

Output

getGameSummaryUsingGET

getGameSummary

gamesparks_game_details.getGameSummaryUsingGET({
  "apiKey": "",
  "stage": "",
  "startDate": "",
  "endDate": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • stage required string (values: LIVE, PREVIEW): stage
    • startDate required string: yyyy-MM-dd
    • endDate required string: yyyy-MM-dd

Output

testPushAmazonNotificationsUsingPOST

testPushAmazonNotifications

gamesparks_game_details.testPushAmazonNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testPushAppleDevNotificationsUsingPOST

testPushAppleDevNotifications

gamesparks_game_details.testPushAppleDevNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testPushAppleProdNotificationsUsingPOST

testPushAppleProdNotifications

gamesparks_game_details.testPushAppleProdNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testPushGoogleNotificationsUsingPOST

testPushGoogleNotifications

gamesparks_game_details.testPushGoogleNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testWindows8NotificationsUsingPOST

testWindows8Notifications

gamesparks_game_details.testWindows8NotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testWindowsPhone8NotificationsUsingPOST

testWindowsPhone8Notifications

gamesparks_game_details.testWindowsPhone8NotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testViberIntegrationNotificationsUsingPOST

testViberIntegrationNotifications

gamesparks_game_details.testViberIntegrationNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

testViberProductionNotificationsUsingPOST

testViberProductionNotifications

gamesparks_game_details.testViberProductionNotificationsUsingPOST({
  "apiKey": "",
  "messageDetails": {}
}, context)

Input

Output

getScriptDifferencesUsingGET

getScriptDifferences

gamesparks_game_details.getScriptDifferencesUsingGET({
  "apiKey": "",
  "snapshotId1": "",
  "snapshotId2": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId1 required string: snapshotId1
    • snapshotId2 required string: snapshotId2

Output

exportZipUsingGET

exportZip

gamesparks_game_details.exportZipUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

Output schema unknown

importAcceptUsingPOST

importAccept

gamesparks_game_details.importAcceptUsingPOST({
  "apiKey": "",
  "body": "",
  "file": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • body required string: body
    • file required string, object: file
      • content string
      • encoding string (values: ascii, utf8, utf16le, base64, binary, hex)
      • contentType string
      • filename string

Output

importZipUsingPOST

importZip

gamesparks_game_details.importZipUsingPOST({
  "apiKey": "",
  "file": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • file required string, object: file
      • content string
      • encoding string (values: ascii, utf8, utf16le, base64, binary, hex)
      • contentType string
      • filename string

Output

getScriptVersionsUsingGET_1

getScriptVersions

gamesparks_game_details.getScriptVersionsUsingGET_1({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • pageSize integer: pageSize

Output

getScriptVersionsUsingGET

getScriptVersions

gamesparks_game_details.getScriptVersionsUsingGET({
  "apiKey": "",
  "page": 0
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • page required integer: page
    • pageSize integer: pageSize

Output

getSegmentQueryFiltersUsingGET

getSegmentQueryFilters

gamesparks_game_details.getSegmentQueryFiltersUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

getSegmentQueryFiltersConfigUsingGET

getSegmentQueryFiltersConfig

gamesparks_game_details.getSegmentQueryFiltersConfigUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

updateSegmentQueryFiltersConfigUsingPUT

updateSegmentQueryFiltersConfig

gamesparks_game_details.updateSegmentQueryFiltersConfigUsingPUT({
  "segmentQueryConfig": {},
  "apiKey": ""
}, context)

Input

Output

getSegmentQueryStandardFiltersUsingGET

getSegmentQueryStandardFilters

gamesparks_game_details.getSegmentQueryStandardFiltersUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

getSnapshotsUsingGET_1

getSnapshots

gamesparks_game_details.getSnapshotsUsingGET_1({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • pageSize integer: pageSize

Output

createSnapshotsUsingPOST

createSnapshots

gamesparks_game_details.createSnapshotsUsingPOST({
  "apiKey": "",
  "description": {}
}, context)

Input

Output

getLiveSnapshotIdUsingGET

getLiveSnapshotId

gamesparks_game_details.getLiveSnapshotIdUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

getSnapshotsUsingGET

getSnapshots

gamesparks_game_details.getSnapshotsUsingGET({
  "apiKey": "",
  "page": 0
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • page required integer: page
    • pageSize integer: pageSize

Output

revertToSnapshotUsingPOST

revertToSnapshot

gamesparks_game_details.revertToSnapshotUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

deleteSnapshotUsingDELETE_1

deleteSnapshot

gamesparks_game_details.deleteSnapshotUsingDELETE_1({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

getSnapshotUsingGET

getSnapshot

gamesparks_game_details.getSnapshotUsingGET({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

copySnapshotToNewGameUsingPOST

copySnapshotToNewGame

gamesparks_game_details.copySnapshotToNewGameUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId
    • includeGameConfig boolean: includeGameConfig
    • includeMetadata boolean: includeMetadata
    • includeBinaries boolean: includeBinaries
    • includeCollaborators boolean: includeCollaborators

Output

copySnapshotToExistingGameUsingPOST_1

copySnapshotToExistingGame

gamesparks_game_details.copySnapshotToExistingGameUsingPOST_1({
  "apiKey": "",
  "snapshotId": "",
  "targetApiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId
    • targetApiKey required string: targetApiKey
    • includeGameConfig boolean: includeGameConfig
    • includeMetadata boolean: includeMetadata
    • includeBinaries boolean: includeBinaries
    • includeCollaborators boolean: includeCollaborators

Output

publishSnapshotUsingPOST_1

publishSnapshot

gamesparks_game_details.publishSnapshotUsingPOST_1({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

Output schema unknown

unpublishSnapshotUsingPOST

unpublishSnapshot

gamesparks_game_details.unpublishSnapshotUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

getTestHarnessScenariosUsingGET

getTestHarnessScenarios

gamesparks_game_details.getTestHarnessScenariosUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createTestHarnessScenarioUsingPOST

createTestHarnessScenario

gamesparks_game_details.createTestHarnessScenarioUsingPOST({
  "apiKey": "",
  "testHarnessScenarioDTO": {}
}, context)

Input

Output

deleteTestHarnessScenarioUsingDELETE

deleteTestHarnessScenario

gamesparks_game_details.deleteTestHarnessScenarioUsingDELETE({
  "apiKey": "",
  "scenarioName": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • scenarioName required string: scenarioName

Output

getTestHarnessScenarioUsingGET

getTestHarnessScenario

gamesparks_game_details.getTestHarnessScenarioUsingGET({
  "apiKey": "",
  "scenarioName": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • scenarioName required string: scenarioName

Output

updateTestHarnessScenarioUsingPUT

updateTestHarnessScenario

gamesparks_game_details.updateTestHarnessScenarioUsingPUT({
  "apiKey": "",
  "scenarioName": "",
  "testHarnessScenarioDTO": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • scenarioName required string: scenarioName
    • testHarnessScenarioDTO required TestHarnessScenarioModel

Output

updateCredentialSecretUsingPOST

Resets the secret of a credential

gamesparks_game_details.updateCredentialSecretUsingPOST({
  "apiKey": "",
  "credentialName": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • credentialName required string: credentialName

Output

Output schema unknown

getGamesEndpointsUsingGET

getGamesEndpoints

gamesparks_game_details.getGamesEndpointsUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

getExperimentsUsingGET

getExperiments

gamesparks_game_details.getExperimentsUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createExperimentUsingPOST

createExperiment

gamesparks_game_details.createExperimentUsingPOST({
  "apiKey": "",
  "input": {}
}, context)

Input

Output

deleteExperimentUsingDELETE

deleteExperiment

gamesparks_game_details.deleteExperimentUsingDELETE({
  "apiKey": "",
  "id": 0
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • id required integer: id

Output

getExperimentUsingGET

getExperiment

gamesparks_game_details.getExperimentUsingGET({
  "apiKey": "",
  "id": 0
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • id required integer: id

Output

updateExperimentUsingPUT

updateExperiment

gamesparks_game_details.updateExperimentUsingPUT({
  "apiKey": "",
  "id": 0,
  "input": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • id required integer: id
    • input required ExperimentModel

Output

doActionExperimentUsingPOST

doActionExperiment

gamesparks_game_details.doActionExperimentUsingPOST({
  "apiKey": "",
  "id": 0,
  "action": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • id required integer: id
    • action required string (values: start, stop, publish, unpublish): action

Output

listQueriesUsingGET

listQueries

gamesparks_game_details.listQueriesUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createQueryUsingPOST

createQuery

gamesparks_game_details.createQueryUsingPOST({
  "apiKey": "",
  "query": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • query required ManageQuery

Output

deleteQueryUsingDELETE

deleteQuery

gamesparks_game_details.deleteQueryUsingDELETE({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

getQueryUsingGET

getQuery

gamesparks_game_details.getQueryUsingGET({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

updateQueryUsingPUT

updateQuery

gamesparks_game_details.updateQueryUsingPUT({
  "apiKey": "",
  "shortCode": "",
  "query": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode
    • query required ManageQuery

Output

listScreensUsingGET

listScreens

gamesparks_game_details.listScreensUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createScreenUsingPOST

createScreen

gamesparks_game_details.createScreenUsingPOST({
  "apiKey": "",
  "screen": {}
}, context)

Input

  • input object

Output

listExecutableScreensUsingGET

listExecutableScreens

gamesparks_game_details.listExecutableScreensUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

deleteScreenUsingDELETE

deleteScreen

gamesparks_game_details.deleteScreenUsingDELETE({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

getScreenUsingGET

getScreen

gamesparks_game_details.getScreenUsingGET({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

updateScreenUsingPUT

updateScreen

gamesparks_game_details.updateScreenUsingPUT({
  "apiKey": "",
  "shortCode": "",
  "screen": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode
    • screen required ManageScreen

Output

listSnapshotsUsingGET

listSnapshots

gamesparks_game_details.listSnapshotsUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createSnapshotUsingPOST

createSnapshot

gamesparks_game_details.createSnapshotUsingPOST({
  "apiKey": "",
  "model": {}
}, context)

Input

Output

deleteSnapshotUsingDELETE

deleteSnapshot

gamesparks_game_details.deleteSnapshotUsingDELETE({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

Output schema unknown

copySnapshotToExistingGameUsingPOST

copySnapshotToExistingGame

gamesparks_game_details.copySnapshotToExistingGameUsingPOST({
  "apiKey": "",
  "snapshotId": "",
  "targetApiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId
    • targetApiKey required string: targetApiKey

Output

publishSnapshotUsingPOST

publishSnapshot

gamesparks_game_details.publishSnapshotUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

revertSnapshotUsingPOST

revertSnapshot

gamesparks_game_details.revertSnapshotUsingPOST({
  "apiKey": "",
  "snapshotId": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • snapshotId required string: snapshotId

Output

listSnippetsUsingGET

listSnippets

gamesparks_game_details.listSnippetsUsingGET({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

createSnippetUsingPOST

createSnippet

gamesparks_game_details.createSnippetUsingPOST({
  "apiKey": "",
  "snippet": {}
}, context)

Input

  • input object

Output

deleteSnippetUsingDELETE

deleteSnippet

gamesparks_game_details.deleteSnippetUsingDELETE({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

getSnippetUsingGET

getSnippet

gamesparks_game_details.getSnippetUsingGET({
  "apiKey": "",
  "shortCode": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode

Output

updateSnippetUsingPUT

updateSnippet

gamesparks_game_details.updateSnippetUsingPUT({
  "apiKey": "",
  "shortCode": "",
  "snippet": {}
}, context)

Input

  • input object
    • apiKey required string: apiKey
    • shortCode required string: shortCode
    • snippet required ManageSnippet

Output

restoreDeletedGameUsingPOST

restoreDeletedGame

gamesparks_game_details.restoreDeletedGameUsingPOST({
  "apiKey": ""
}, context)

Input

  • input object
    • apiKey required string: apiKey

Output

setGameRegionUsingPOST

setGameRegion

gamesparks_game_details.setGameRegionUsingPOST({
  "gameApiKey": "",
  "regionCode": ""
}, context)

Input

  • input object
    • gameApiKey required string: gameApiKey
    • regionCode required string: regionCode

Output

getGameRegionOptionsUsingGET

getGameRegionOptions

gamesparks_game_details.getGameRegionOptionsUsingGET({
  "gameApiKey": ""
}, context)

Input

  • input object
    • gameApiKey required string: gameApiKey

Output

listUsingGET

list

gamesparks_game_details.listUsingGET(null, context)

Input

This action has no parameters

Output

listDeletedUsingGET

listDeleted

gamesparks_game_details.listDeletedUsingGET(null, context)

Input

This action has no parameters

Output

Definitions

AnalyticsDataCountSwaggerModel

  • AnalyticsDataCountSwaggerModel object
    • result string

AnalyticsDataSwaggerModel

  • AnalyticsDataSwaggerModel object
    • _id string

BillingDetailsModel

  • BillingDetailsModel object
    • building required string
    • city required string
    • companyName required string
    • country required string
    • email1 required string
    • email2 string
    • email3 string
    • firstName1 required string
    • firstName2 string
    • firstName3 string
    • lastName1 required string
    • lastName2 string
    • lastName3 string
    • postcode required string
    • state string
    • street required string
    • taxNumber string

DeletedGameModel

  • DeletedGameModel object
    • apiKey string
    • name string

ExperimentConfigModel

  • ExperimentConfigModel object
    • playerMongoQuery string
    • playerQuery string
    • variants string

ExperimentModel

  • ExperimentModel object
    • active boolean
    • changedFieldsAndInitialValues object
    • complete boolean
    • config ExperimentConfigModel
    • endDate string
    • id integer
    • measurements string
    • measurementsEsQuery string
    • name string
    • percentHash string
    • publishedStages array
      • items string
    • startDate string

GameEndpointsModel

  • GameEndpointsModel object
    • liveElasticSearch string
    • liveNosql string
    • previewElasticSearch string
    • previewNosql string

GameModel

  • GameModel object
    • @id string
    • name string

GameRegionOptionDTO

  • GameRegionOptionDTO object
    • regionCode string
    • regionName string
    • selected boolean

GameRegionOptionsDTO

GameSummaryModel

  • GameSummaryModel object

LogLevelSummaryModel

  • LogLevelSummaryModel object
    • count integer
    • level string

ManageItemSummary

  • ManageItemSummary object
    • name string
    • shortCode string

ManageQuery

  • ManageQuery object
    • esRules string
    • name string
    • qbRules string
    • shortCode string

ManageResult

  • ManageResult object
    • message string

ManageScreen

  • ManageScreen object
    • groups array
      • items string
    • name string
    • shortCode string
    • template string

ManageSnapshot

  • ManageSnapshot object
    • date string
    • description string
    • id string
    • published boolean

ManageSnippet

  • ManageSnippet object
    • groups array
      • items string
    • name string
    • script string
    • scriptData string
    • shortCode string
    • template string

MessageModel

  • MessageModel object
    • message string

PushNotificationTestModel

  • PushNotificationTestModel object
    • customJson string
    • messageId string
    • pushId string
    • subtitle string
    • summary string
    • title string

PushNotificationTestSummaryListModel

PushNotificationTestSummaryModel

  • PushNotificationTestSummaryModel object
    • error boolean
    • outgoingMessageParts object
    • resultParts object
    • title string

RegionResult

  • RegionResult object
    • message string

ScriptsDifferenceListModel

ScriptsDifferenceModel

  • ScriptsDifferenceModel object
    • bind string
    • changeType string (values: NOCHANGE, ADDED, CHANGED, DELETED, IGNORED, CHANGED_CODE_INVALID, CHANGED_NAME_INVALID)
    • fileName string
    • script1 string
    • script2 string
    • type string

SegmentQueryFilterConfigModel

  • SegmentQueryFilterConfigModel object

SegmentQueryFilterListModel

SegmentQueryFilterModel

  • SegmentQueryFilterModel object
    • key string
    • name string
    • options array
      • items object
    • type string

SnapshotCreationModel

  • SnapshotCreationModel object
    • description string

SnapshotCreationSuccessModel

  • SnapshotCreationSuccessModel object
    • targetGameApiKey string

SnapshotModel

  • SnapshotModel object
    • created string
    • createdBy string
    • description string
    • id string
    • indexProgress object
    • published boolean
    • status string

SnapshotScriptVersionListModel

SnapshotScriptVersionModel

  • SnapshotScriptVersionModel object
    • cloudCodeVersion integer
    • createdDate string
    • description string
    • id string
    • live boolean

TestHarnessScenarioModel

  • TestHarnessScenarioModel object
    • scenarioJson object
    • scenarioName string