RemoteSettingsResponse
public struct RemoteSettingsResponse : Equatable, Hashable
extension RemoteSettingsResponse: Sendable
Data structure representing the top-level response from the Remote Settings. [last_modified] will be extracted from the etag header of the response.
-
Declaration
Swift
public var records: [RemoteSettingsRecord] -
Declaration
Swift
public var lastModified: UInt64 -
Declaration
Swift
public init(records: [RemoteSettingsRecord], lastModified: UInt64)