AdjustSessionFailure constructor
AdjustSessionFailure({})
Implementation
AdjustSessionFailure({
required this.message,
required this.timestamp,
required this.adid,
required this.jsonResponse,
required this.willRetry,
});