We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad69e95 commit 3c61175Copy full SHA for 3c61175
Sources/Abtesting/Models/ListABTestsResponse.swift
@@ -7,7 +7,7 @@ import Foundation
7
#endif
8
9
public struct ListABTestsResponse: Codable, JSONEncodable {
10
- /// A/B tests.
+ /// The list of A/B tests, null if no A/B tests are configured for this application.
11
public var abtests: [ABTest]?
12
/// Number of A/B tests.
13
public var count: Int
0 commit comments