RemoteSettingsResponse
public struct RemoteSettingsResponse
extension RemoteSettingsResponse: Equatable, Hashable
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)
-
Declaration
Swift
public static func == (lhs: RemoteSettingsResponse, rhs: RemoteSettingsResponse) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)