SuppressionListReaderParameters
public struct SuppressionListReaderParameters : CodableThe SuppressionListReaderParameters serves as the parameters used by the
get suppressions
 API calls.
- 
                  
                  The date to start looking for events. DeclarationSwift public let startDate: Date?
- 
                  
                  The date to stop looking for events. DeclarationSwift public let endDate: Date?
- 
                  
                  The page of results to look for. DeclarationSwift public let page: Page?
- 
                  
                  Initializes the struct. DeclarationSwift public init(start: Date?, end: Date?, page: Page?)ParametersstartLimits the search to a specific start time for the event. endLimits the search to a specific end time for the event. pageA Pageinstance to limit the search to a specific page. Thelimitvalue cannot exceed 500. If not specified, the limit will be set to 500 and the offset will be set to 0.
 View on GitHub
View on GitHub SuppressionListReaderParameters Structure Reference
        SuppressionListReaderParameters Structure Reference